about summary refs log tree commit diff stats
path: root/example/jitter/arm.py
diff options
context:
space:
mode:
authorserpilliere <serpilliere@users.noreply.github.com>2017-04-06 14:36:01 +0200
committerGitHub <noreply@github.com>2017-04-06 14:36:01 +0200
commit049abdc867f533ba270cbdfff839caefb9b162b9 (patch)
tree419067643408bed0acc81529791f714150ddf644 /example/jitter/arm.py
parentb1ed94019554b25d4d8924594f8868318e8a8c4a (diff)
parentb535f6e26e354ca61307f8153b862385ba9d2a04 (diff)
downloadmiasm-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-xexample/jitter/arm.py3
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()