about summary refs log tree commit diff stats
path: root/src/include/debug.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2022-12-02 11:51:34 +0100
committerptitSeb <sebastien.chev@gmail.com>2022-12-02 11:51:34 +0100
commit86dbf089ccb26c9b12f0130294d16c367a7a73c5 (patch)
tree4409cc1a46e2a2a20158ec2a3b97f62b8f46b970 /src/include/debug.h
parent9f3ea84b574321fd59fa6c2670f5e6a0f88fc774 (diff)
downloadbox64-86dbf089ccb26c9b12f0130294d16c367a7a73c5.tar.gz
box64-86dbf089ccb26c9b12f0130294d16c367a7a73c5.zip
[DYNAREC] Small changes on pagesize and hotpage
Diffstat (limited to 'src/include/debug.h')
-rwxr-xr-xsrc/include/debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/debug.h b/src/include/debug.h
index c3a6a35a..6db06b9e 100755
--- a/src/include/debug.h
+++ b/src/include/debug.h
@@ -7,7 +7,7 @@ extern int box64_log;    // log level
 extern int box64_dump;   // dump elf or not
 extern int box64_dynarec_log;
 extern int box64_dynarec;
-extern int box64_pagesize;
+extern uintptr_t box64_pagesize;
 extern uintptr_t box64_load_addr;
 #ifdef DYNAREC
 extern int box64_dynarec_dump;