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-04-24 17:29:22 +0200
committerptitSeb <sebastien.chev@gmail.com>2022-04-24 17:29:22 +0200
commitab633484cd817ebee22b9432c0ac7ccececc1bd1 (patch)
tree8044e1fb8ecc42decc80a003f9d7f4f0de900e3f /src/include/debug.h
parent5e69a69b8d9f780b823a5ac310cfcf6b1d80664c (diff)
downloadbox64-ab633484cd817ebee22b9432c0ac7ccececc1bd1.tar.gz
box64-ab633484cd817ebee22b9432c0ac7ccececc1bd1.zip
Improved BOX64_LOAD_ADDR env. var. to help having reproducible runs
Diffstat (limited to 'src/include/debug.h')
-rwxr-xr-xsrc/include/debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/debug.h b/src/include/debug.h
index 87d03a2d..30ca16da 100755
--- a/src/include/debug.h
+++ b/src/include/debug.h
@@ -8,6 +8,7 @@ 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_load_addr;
 #ifdef DYNAREC
 extern int box64_dynarec_dump;
 extern int box64_dynarec_trace;