diff options
| author | serpilliere <serpilliere@users.noreply.github.com> | 2017-04-06 14:36:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-06 14:36:01 +0200 |
| commit | 049abdc867f533ba270cbdfff839caefb9b162b9 (patch) | |
| tree | 419067643408bed0acc81529791f714150ddf644 /example/jitter/arm.py | |
| parent | b1ed94019554b25d4d8924594f8868318e8a8c4a (diff) | |
| parent | b535f6e26e354ca61307f8153b862385ba9d2a04 (diff) | |
| download | miasm-049abdc867f533ba270cbdfff839caefb9b162b9.tar.gz miasm-049abdc867f533ba270cbdfff839caefb9b162b9.zip | |
Merge pull request #515 from commial/feature/calling-conv-systemv
Feature/calling conv systemv
Diffstat (limited to '')
| -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() |