diff options
Diffstat (limited to 'src/tools/callback.c')
| -rw-r--r-- | src/tools/callback.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/callback.c b/src/tools/callback.c index 661a3b13..e0df5cfc 100644 --- a/src/tools/callback.c +++ b/src/tools/callback.c @@ -236,7 +236,7 @@ uint64_t RunFunctionFmt(uintptr_t fnc, const char* fmt, ...) if(box64_is32bits) { R_RSP = R_EBP; // mov esp, ebp R_RBP = Pop_32(emu); // pop ebp - } + } else #endif { R_RSP = R_RBP; // mov rsp, rbp |