diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-12-01 17:15:46 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-12-01 17:15:46 +0100 |
| commit | 3f007d2dbb2b0319d9c2ff4ef6dff10d77a9b6ab (patch) | |
| tree | 8d5c8ed93420b9eed74938a82dcaef61f13da87e /src/include/debug.h | |
| parent | cde68af79aa0c05dedaed7f440e7023a349501fb (diff) | |
| download | box64-3f007d2dbb2b0319d9c2ff4ef6dff10d77a9b6ab.tar.gz box64-3f007d2dbb2b0319d9c2ff4ef6dff10d77a9b6ab.zip | |
[DYNAREC] More control over HotPage handling with BOX64_DYNARC_HOTPAGE
Diffstat (limited to 'src/include/debug.h')
| -rwxr-xr-x | 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 3b45911d..815597a7 100755 --- a/src/include/debug.h +++ b/src/include/debug.h @@ -20,6 +20,7 @@ extern int box64_dynarec_fastnan; extern int box64_dynarec_x87double; extern int box64_dynarec_safeflags; extern int box64_dynarec_callret; +extern int box64_dynarec_hotpage; #ifdef ARM64 extern int arm64_asimd; extern int arm64_aes; |