From 6a7c6cba1235729767b16405780c2362ac835278 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Mon, 14 Nov 2022 21:05:32 +0100 Subject: Added BOX64_CRASHHANDLER env. var. --- src/include/debug.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/debug.h') 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; -- cgit 1.4.1