Fix wrong pc type

This commit is contained in:
mio
2025-04-14 00:03:32 +08:00
parent ceae547201
commit 324397f8d2

View File

@@ -1619,7 +1619,7 @@ static void test_x86_vtlb(void)
uc_hook hook;
char code[] = "\xeb\x02\x90\x90\x90\x90\x90\x90"; // jmp 4; nop; nop; nop;
// nop; nop; nop
uint64_t r_eip = 0;
uint32_t r_eip = 0;
uc_common_setup(&uc, UC_ARCH_X86, UC_MODE_32, code, sizeof(code) - 1);