mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-06-06 04:28:25 +00:00
commit
4ba29a4ed3
|
@ -159,8 +159,8 @@ class Init(regress.RegressTest):
|
||||||
except UcError as e:
|
except UcError as e:
|
||||||
print("ERROR: %s" % e)
|
print("ERROR: %s" % e)
|
||||||
|
|
||||||
# now print out some registers
|
rdx = mu.reg_read(UC_X86_REG_RDX)
|
||||||
print(">>> Emulation done. Below is the CPU context")
|
self.assertEqual(rdx, 0xbabe, "RDX contains the wrong value. Eflags modification failed.")
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|
Loading…
Reference in a new issue