mirror of
https://github.com/yuzu-mirror/unicorn.git
synced 2026-04-08 16:04:05 +00:00
make cleanup
This commit is contained in:
parent
4d5738eeb5
commit
186540e160
38 changed files with 1149 additions and 800 deletions
|
|
@ -20,7 +20,7 @@ def hook_block(uc, address, size, user_data):
|
|||
|
||||
# callback for tracing instructions
|
||||
def hook_code(uc, address, size, user_data):
|
||||
print(">>> Tracing instruction at 0x%x, instruction size = %u" %(address, size))
|
||||
print(">>> Tracing instruction at 0x%x, instruction size = 0x%x" %(address, size))
|
||||
|
||||
|
||||
# Test SPARC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue