mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-01-22 03:11:09 +00:00
fix a typo in test_tb_x86.c
This commit is contained in:
parent
32b9deca04
commit
e42aba760f
|
@ -150,7 +150,7 @@ static void hook_code32(uc_engine *uc,
|
|||
printf("FAILED EAX register not having 0x5ffffff9\n");
|
||||
exit(-1);
|
||||
}
|
||||
printf("EAX = %8.8x\n", ecx);
|
||||
printf("ECX = %8.8x\n", ecx);
|
||||
|
||||
printf("%8.8x + 0x41 = %8.8x\n", 0x5ffffff9, 0x5ffffff9 + 0x41);
|
||||
|
||||
|
|
Loading…
Reference in a new issue