about summary refs log tree commit diff stats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-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