about summary refs log tree commit diff stats
path: root/src/emu
diff options
context:
space:
mode:
authorAndré Zwing <nerv@dawncrow.de>2025-05-12 18:28:38 +0200
committerAndré Zwing <nerv@dawncrow.de>2025-05-19 23:46:29 +0200
commite07ec82344dd8d87c1a246bb9cfb4d74b8450842 (patch)
treeaddcceac09adafe4d92980dcbc753c23f4be0627 /src/emu
parent37eb5492ba5d58672620d77e01b1bd497cce00d9 (diff)
downloadbox64-e07ec82344dd8d87c1a246bb9cfb4d74b8450842.tar.gz
box64-e07ec82344dd8d87c1a246bb9cfb4d74b8450842.zip
[WOW64] Implement BTCpuSimulate
Diffstat (limited to 'src/emu')
-rw-r--r--src/emu/x64emu_private.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/emu/x64emu_private.h b/src/emu/x64emu_private.h
index 21f270f1..15e85fa4 100644
--- a/src/emu/x64emu_private.h
+++ b/src/emu/x64emu_private.h
@@ -124,6 +124,9 @@ typedef struct x64emu_s {
     uintptr_t   old_savedsp;
     #endif
 
+    #ifdef _WIN32
+    uint64_t    win64_teb;
+    #endif
     int         type;       // EMUTYPE_xxx define
     #ifdef BOX32
     int         libc_err;   // copy of errno from libc