From c0ebc4cbb09e2bc66137535c553d4860363add47 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sat, 23 Jul 2022 20:06:28 +0200 Subject: Some work around chromium / libcef / electron / nw (still not ok) --- src/include/callback.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/callback.h b/src/include/callback.h index b9482fc1..dba59ee8 100755 --- a/src/include/callback.h +++ b/src/include/callback.h @@ -7,6 +7,6 @@ typedef struct x64emu_s x64emu_t; uint64_t RunFunction(box64context_t *context, uintptr_t fnc, int nargs, ...); // use emu state to run function -uint64_t RunFunctionWithEmu(x64emu_t *emu, int QuitOnLongJump, uintptr_t fnc, int nargs, ...); +uint64_t RunFunctionWithEmu(x64emu_t *emu, int QuitOnLongJumpExit, uintptr_t fnc, int nargs, ...); #endif //__CALLBACK_H__ \ No newline at end of file -- cgit 1.4.1