about summary refs log tree commit diff stats
path: root/src/wrapped32/wrappedlibc.c
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-10-06 12:14:53 +0200
committerptitSeb <sebastien.chev@gmail.com>2024-10-06 12:14:53 +0200
commitb395cd7ccc0a3b98b82306a35a2d96a9d42c5d7d (patch)
tree366ae945bce1592b0a2e47d995da27e95ef1eca0 /src/wrapped32/wrappedlibc.c
parent8ec6b15dc21b11175cf619790c9492f344f5ab64 (diff)
downloadbox64-b395cd7ccc0a3b98b82306a35a2d96a9d42c5d7d.tar.gz
box64-b395cd7ccc0a3b98b82306a35a2d96a9d42c5d7d.zip
[BOX32] More work on various wrapper, and some bug fixes
Diffstat (limited to 'src/wrapped32/wrappedlibc.c')
-rwxr-xr-xsrc/wrapped32/wrappedlibc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/wrapped32/wrappedlibc.c b/src/wrapped32/wrappedlibc.c
index 5f2b5ea2..779fb225 100755
--- a/src/wrapped32/wrappedlibc.c
+++ b/src/wrapped32/wrappedlibc.c
@@ -2650,7 +2650,6 @@ static void ctSetup()
 }
 #endif
 
-#if 0
 EXPORT void my32___register_frame_info(void* a, void* b)
 {
     // nothing
@@ -2659,7 +2658,7 @@ EXPORT void* my32___deregister_frame_info(void* a)
 {
     return NULL;
 }
-
+#if 0
 EXPORT void* my32____brk_addr = NULL;
 #endif
 // longjmp / setjmp