mirror of
https://github.com/yuzu-mirror/unicorn.git
synced 2026-04-06 15:04:27 +00:00
Fix Python 3 samples (#836)
This commit is contained in:
parent
014ccfb94a
commit
85e0a54e35
4 changed files with 4 additions and 4 deletions
|
|
@ -54,7 +54,7 @@ def test_arm64():
|
|||
|
||||
# now print out some registers
|
||||
print(">>> Emulation done. Below is the CPU context")
|
||||
print(">>> As big endian, X15 should be 0x12:");
|
||||
print(">>> As big endian, X15 should be 0x12:")
|
||||
|
||||
x11 = mu.reg_read(UC_ARM64_REG_X11)
|
||||
x13 = mu.reg_read(UC_ARM64_REG_X13)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue