diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-07-23 20:06:28 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-07-23 20:06:28 +0200 |
| commit | c0ebc4cbb09e2bc66137535c553d4860363add47 (patch) | |
| tree | 829f3ebbd73929b72548fc712862b94baea37299 /src/include/callback.h | |
| parent | e3b6d6e6b26ff7091fb58e08c67cb32270deee4a (diff) | |
| download | box64-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-x | src/include/callback.h | 2 |
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 |