mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-12-14 00:49:53 +00:00
python: fix test_arm.py
This commit is contained in:
parent
911990671f
commit
42d11f7dd3
@ -119,7 +119,6 @@ def test_class():
|
||||
for insn in md.disasm(code, 0x1000):
|
||||
print_insn_detail(insn)
|
||||
print ()
|
||||
print ("0x%x:\n" % (insn.address + insn.size))
|
||||
except CsError as e:
|
||||
print("ERROR: %s" % e)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user