about summary refs log tree commit diff stats
path: root/src/include/callback.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2022-07-23 20:06:28 +0200
committerptitSeb <sebastien.chev@gmail.com>2022-07-23 20:06:28 +0200
commitc0ebc4cbb09e2bc66137535c553d4860363add47 (patch)
tree829f3ebbd73929b72548fc712862b94baea37299 /src/include/callback.h
parente3b6d6e6b26ff7091fb58e08c67cb32270deee4a (diff)
downloadbox64-c0ebc4cbb09e2bc66137535c553d4860363add47.tar.gz
box64-c0ebc4cbb09e2bc66137535c553d4860363add47.zip
Some work around chromium / libcef / electron / nw (still not ok)
Diffstat (limited to 'src/include/callback.h')
-rwxr-xr-xsrc/include/callback.h2
1 files changed, 1 insertions, 1 deletions
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