diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-12-06 17:38:29 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-12-06 17:38:29 +0100 |
| commit | 7d3224e37f4f32a6244f457a496c5d4bd1c330cc (patch) | |
| tree | c588bdad66d07b9bc35100ad71b0eb9825990ac8 /src/include/debug.h | |
| parent | 28a1581bb6dc89eafee24e2b5c0a026e3688034c (diff) | |
| download | box64-7d3224e37f4f32a6244f457a496c5d4bd1c330cc.tar.gz box64-7d3224e37f4f32a6244f457a496c5d4bd1c330cc.zip | |
Fix for non-dynarec build
Diffstat (limited to 'src/include/debug.h')
| -rw-r--r-- | src/include/debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/debug.h b/src/include/debug.h index d5e4bb91..948b29e4 100644 --- a/src/include/debug.h +++ b/src/include/debug.h @@ -9,6 +9,7 @@ extern int box64_dynarec_log; extern int box64_dynarec; extern uintptr_t box64_pagesize; extern uintptr_t box64_load_addr; +extern int box64_dynarec_test; #ifdef DYNAREC extern int box64_dynarec_dump; extern int box64_dynarec_trace; @@ -28,7 +29,6 @@ extern int box64_dynarec_tbb; extern int box64_dynarec_hotpage; extern int box64_dynarec_fastpage; extern int box64_dynarec_wait; -extern int box64_dynarec_test; extern int box64_dynarec_missing; extern int box64_dynarec_aligned_atomics; #ifdef ARM64 |