diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-03-27 23:21:36 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-03-27 23:21:36 +0200 |
| commit | 9f75f28e7a464734bab8e719c1a60178280b224d (patch) | |
| tree | 6c7d9c2d1e1c4d307e7acfbcbf92b04c7e83dea1 /src/include/box64context.h | |
| parent | feb4a394577ea152b60393875860c551a7573adf (diff) | |
| download | box64-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-x | src/include/box64context.h | 1 |
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) |