Fix Python 3 samples (#836)
This commit is contained in:

committed by
Nguyen Anh Quynh

parent
014ccfb94a
commit
85e0a54e35
@ -53,7 +53,7 @@ def test_arm64():
|
||||
|
||||
# now print out some registers
|
||||
print(">>> Emulation done. Below is the CPU context")
|
||||
print(">>> As little endian, X15 should be 0x78:");
|
||||
print(">>> As little endian, X15 should be 0x78:")
|
||||
|
||||
x11 = mu.reg_read(UC_ARM64_REG_X11)
|
||||
x13 = mu.reg_read(UC_ARM64_REG_X13)
|
||||
|
Reference in New Issue
Block a user