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-11-14 21:05:32 +0100
committerptitSeb <sebastien.chev@gmail.com>2022-11-14 21:05:32 +0100
commit6a7c6cba1235729767b16405780c2362ac835278 (patch)
tree16f4429d59507a1b6c50b87783fce2fd4febb321 /src/include/debug.h
parent129f5e93fad9b167f6377f12b88fa61aa8579974 (diff)
downloadbox64-6a7c6cba1235729767b16405780c2362ac835278.tar.gz
box64-6a7c6cba1235729767b16405780c2362ac835278.zip
Added BOX64_CRASHHANDLER env. var.
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 bebc3317..b441416d 100755
--- a/src/include/debug.h
+++ b/src/include/debug.h
@@ -36,6 +36,7 @@ extern int trace_regsdiff; // colorize standard registers on changes
 extern uintptr_t trace_start, trace_end;
 extern char* trace_func;
 #endif
+extern int box64_dummy_crashhandler;
 extern int allow_missing_libs;
 extern int box64_mapclean;
 extern int box64_prefer_wrapped;