mirror of
https://github.com/capstone-engine/capstone.git
synced 2025-03-04 20:39:50 +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…
x
Reference in New Issue
Block a user