diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2025-01-15 18:24:54 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2025-01-15 18:24:54 +0100 |
| commit | 8432f7d8e212c123169f198bc22df7819892a9e9 (patch) | |
| tree | 6fd2693838de5acfe531f4b2d232fdb4d2a010b6 /src/include/debug.h | |
| parent | ec675564c6d27c66a03c7573e893d445677f858e (diff) | |
| download | box64-8432f7d8e212c123169f198bc22df7819892a9e9.tar.gz box64-8432f7d8e212c123169f198bc22df7819892a9e9.zip | |
[DYNAREC] Introduce BOX64_DYNAREC_DIRTY and some profile to use it
Diffstat (limited to 'src/include/debug.h')
| -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 c710a249..48843392 100644 --- a/src/include/debug.h +++ b/src/include/debug.h @@ -46,6 +46,7 @@ extern int box64_dynarec_nativeflags; extern int box64_dynarec_df; extern int box64_dynarec_perf_map; extern int box64_dynarec_perf_map_fd; +extern int box64_dynarec_dirty; #ifdef ARM64 extern int arm64_asimd; extern int arm64_aes; |