From 4e9005be1489133ff25f75b74dccbb2d316ea673 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Thu, 20 Apr 2023 11:57:18 +0000 Subject: [DYNAREC] Try to test last opcode at end of block for unimplemented opcode --- src/include/dynarec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/dynarec.h b/src/include/dynarec.h index 677427bc..64da6041 100755 --- a/src/include/dynarec.h +++ b/src/include/dynarec.h @@ -6,6 +6,6 @@ typedef struct x64emu_s x64emu_t; void DynaCall(x64emu_t* emu, uintptr_t addr); // try to use DynaRec... Fallback to EmuCall if no dynarec available void x64test_init(x64emu_t* ref, uintptr_t ip); -void x64test_check(x64emu_t* ref); +void x64test_check(x64emu_t* ref, uintptr_t ip); #endif // __DYNAREC_H_ \ No newline at end of file -- cgit 1.4.1