about summary refs log tree commit diff stats
path: root/src/include/box64context.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-03-27 23:21:36 +0200
committerptitSeb <sebastien.chev@gmail.com>2023-03-27 23:21:36 +0200
commit9f75f28e7a464734bab8e719c1a60178280b224d (patch)
tree6c7d9c2d1e1c4d307e7acfbcbf92b04c7e83dea1 /src/include/box64context.h
parentfeb4a394577ea152b60393875860c551a7573adf (diff)
downloadbox64-9f75f28e7a464734bab8e719c1a60178280b224d.tar.gz
box64-9f75f28e7a464734bab8e719c1a60178280b224d.zip
[DYNAREC] Added BOX64_DYNAREC_TEST to run interpeter and dynarec at the same time and compare states
Diffstat (limited to 'src/include/box64context.h')
-rwxr-xr-xsrc/include/box64context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/box64context.h b/src/include/box64context.h
index 1920bb8a..62e4bad5 100755
--- a/src/include/box64context.h
+++ b/src/include/box64context.h
@@ -136,6 +136,7 @@ typedef struct box64context_s {
     uint32_t            mutex_bridge;
     uintptr_t           max_db_size;    // the biggest (in x86_64 instructions bytes) built dynablock
     int                 trace_dynarec;
+    pthread_mutex_t     mutex_lock;     // this is for the Test interpreter
     #endif
 
     library_t           *libclib;       // shortcut to libc library (if loaded, so probably yes)