diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-10-06 12:14:53 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-10-06 12:14:53 +0200 |
| commit | b395cd7ccc0a3b98b82306a35a2d96a9d42c5d7d (patch) | |
| tree | 366ae945bce1592b0a2e47d995da27e95ef1eca0 /src/wrapped32/wrappedlibc.c | |
| parent | 8ec6b15dc21b11175cf619790c9492f344f5ab64 (diff) | |
| download | box64-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-x | src/wrapped32/wrappedlibc.c | 3 |
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 |