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-03-06 16:27:19 +0100
committerptitSeb <sebastien.chev@gmail.com>2022-03-06 16:27:19 +0100
commite517e5877659a5669113401ab12df2936c11c3f1 (patch)
tree4101ba2d9b75330aad2435c84f5b17553d51bf2a /src/include/debug.h
parentd2cb088918b139ece64d3d7eab670a560e236d80 (diff)
downloadbox64-e517e5877659a5669113401ab12df2936c11c3f1.tar.gz
box64-e517e5877659a5669113401ab12df2936c11c3f1.zip
Improved speed of mmap changes
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 0cb2be34..5a300117 100755
--- a/src/include/debug.h
+++ b/src/include/debug.h
@@ -32,6 +32,7 @@ extern uintptr_t trace_start, trace_end;
 extern char* trace_func;
 #endif
 extern int allow_missing_libs;
+extern int box64_mapclean;
 extern int box64_prefer_wrapped;
 extern int box64_steam;
 extern int box64_wine;