From 9ac536a1dd0a0b9bffebea3244d9533628c19b65 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Thu, 29 Aug 2024 18:17:49 +0200 Subject: [BOX32] More fixes to ctype_b_loc and added a few more wrapped functions --- src/emu/x64emu_private.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/emu') 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; -- cgit 1.4.1