about summary refs log tree commit diff stats
path: root/src/tools/callback.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/callback.c')
-rw-r--r--src/tools/callback.c2
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