about summary refs log tree commit diff stats
path: root/src/emu
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-08-29 18:17:49 +0200
committerptitSeb <sebastien.chev@gmail.com>2024-08-29 18:17:57 +0200
commit9ac536a1dd0a0b9bffebea3244d9533628c19b65 (patch)
treee2319b6dd5e1f79427f93f046eca1420c3d86507 /src/emu
parent9820bee5e7e696e82a27d48051d526f289cc0d45 (diff)
downloadbox64-9ac536a1dd0a0b9bffebea3244d9533628c19b65.tar.gz
box64-9ac536a1dd0a0b9bffebea3244d9533628c19b65.zip
[BOX32] More fixes to ctype_b_loc and added a few more wrapped functions
Diffstat (limited to 'src/emu')
-rw-r--r--src/emu/x64emu_private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emu/x64emu_private.h b/src/emu/x64emu_private.h
index 2f6730e5..ff4ad618 100644
--- a/src/emu/x64emu_private.h
+++ b/src/emu/x64emu_private.h
@@ -136,6 +136,8 @@ typedef struct x64emu_s {
     #ifdef BOX32
     int         libc_err;   // copy of errno from libc
     unsigned short libctype[384];   // copy from __ctype_b because, again, is thread local
+    const unsigned short** ref_ctype;
+    const unsigned short* ctype;
     #endif
 } x64emu_t;