diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-06-24 20:32:16 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-06-24 20:32:16 +0200 |
| commit | aeeb9b719ac586c9b741bb2167bda27960bd002b (patch) | |
| tree | c4f09d231b4e48dc04a6b41502da6663f283c080 /src/include | |
| parent | 36f1808615813e85b05c9460d7dd481c4bc20de0 (diff) | |
| download | box64-aeeb9b719ac586c9b741bb2167bda27960bd002b.tar.gz box64-aeeb9b719ac586c9b741bb2167bda27960bd002b.zip | |
[COSIM] Added range handling in BOX64_DYNAREC_TEST ([RCFILE] too)
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/debug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/debug.h b/src/include/debug.h index a6892097..f743a7e2 100644 --- a/src/include/debug.h +++ b/src/include/debug.h @@ -21,6 +21,7 @@ extern int box64_dynarec_dump; extern int box64_dynarec_trace; extern int box64_dynarec_forced; extern uintptr_t box64_nodynarec_start, box64_nodynarec_end; +extern uintptr_t box64_dynarec_test_start, box64_dynarec_test_end; extern int box64_dynarec_bigblock; extern int box64_dynarec_forward; extern int box64_dynarec_strongmem; |