diff options
Diffstat (limited to 'example/jitter/arm.py')
| -rwxr-xr-x | example/jitter/arm.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/example/jitter/arm.py b/example/jitter/arm.py index eac6c0e6..e475abeb 100755 --- a/example/jitter/arm.py +++ b/example/jitter/arm.py @@ -24,8 +24,5 @@ else: if options.verbose is True: print sb.jitter.vm -if options.address is None: - raise ValueError('Invalid address') - # Run the code sb.run() |