From 9178effd9f837b52107c1943e9736cf2dfc5d40d Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sun, 1 Sep 2024 13:07:47 +0200 Subject: [BOX32] More wrapped function and a few fixes for steamclient.so (still crashing) --- src/tools/callback.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tools') 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 -- cgit 1.4.1