about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/custommem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/custommem.c b/src/custommem.c
index 51a14f61..87d55778 100644
--- a/src/custommem.c
+++ b/src/custommem.c
@@ -1474,7 +1474,7 @@ static int hotpage_cnt = 0;
 static int repeated_count = 0;
 static uintptr_t repeated_page = 0;
 #define HOTPAGE_MARK 64
-#define HOTPAGE_DIRTY 8
+#define HOTPAGE_DIRTY 2
 void SetHotPage(uintptr_t addr)
 {
     hotpage = addr&~(box64_pagesize-1);