about summary refs log tree commit diff stats
path: root/src/custommem.c
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2025-04-10 19:00:47 +0200
committerptitSeb <sebastien.chev@gmail.com>2025-04-10 19:00:47 +0200
commit51d9eb966db1ef22af0eaa5848556d74395bcf5d (patch)
tree305c551a6623e2d877a5a91528de17640c2279b2 /src/custommem.c
parent310d4016fa9632a575e2c3ba673206f29b76ae23 (diff)
downloadbox64-51d9eb966db1ef22af0eaa5848556d74395bcf5d.tar.gz
box64-51d9eb966db1ef22af0eaa5848556d74395bcf5d.zip
[DYNAREC] Speedup a bit DYNAREC_DIRTY=1
Diffstat (limited to 'src/custommem.c')
-rw-r--r--src/custommem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/custommem.c b/src/custommem.c
index ef227b1b..ae6df5b0 100644
--- a/src/custommem.c
+++ b/src/custommem.c
@@ -1710,7 +1710,7 @@ static int hotpage_cnt = 0;
 static int repeated_count = 0;
 static uintptr_t repeated_page = 0;
 #define HOTPAGE_MARK 64
-#define HOTPAGE_DIRTY 2
+#define HOTPAGE_DIRTY 4
 void SetHotPage(uintptr_t addr)
 {
     hotpage = addr&~(box64_pagesize-1);