From 9aca360fe5bb1496324cfcbf2a41fafcf5f2fc63 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Wed, 19 Apr 2023 20:36:39 +0000 Subject: [DYNAREC] Fixed signature of x64test function --- 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 c304cf1e..677427bc 100755 --- a/src/include/dynarec.h +++ b/src/include/dynarec.h @@ -5,7 +5,7 @@ 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); +void x64test_init(x64emu_t* ref, uintptr_t ip); void x64test_check(x64emu_t* ref); #endif // __DYNAREC_H_ \ No newline at end of file -- cgit 1.4.1