diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-12-02 11:51:34 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-12-02 11:51:34 +0100 |
| commit | 86dbf089ccb26c9b12f0130294d16c367a7a73c5 (patch) | |
| tree | 4409cc1a46e2a2a20158ec2a3b97f62b8f46b970 /src/include/debug.h | |
| parent | 9f3ea84b574321fd59fa6c2670f5e6a0f88fc774 (diff) | |
| download | box64-86dbf089ccb26c9b12f0130294d16c367a7a73c5.tar.gz box64-86dbf089ccb26c9b12f0130294d16c367a7a73c5.zip | |
[DYNAREC] Small changes on pagesize and hotpage
Diffstat (limited to 'src/include/debug.h')
| -rwxr-xr-x | src/include/debug.h | 2 |
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; |