From af1176274ac7c55a1402fbcab505e3b0bbb72414 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Thu, 5 Jan 2023 18:45:36 +0100 Subject: Added more command to rcfiles, and a default one when system version is not found (and move some essential detection there) --- 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 3ff15229..9a8d7ee0 100755 --- a/src/include/debug.h +++ b/src/include/debug.h @@ -42,6 +42,7 @@ extern char* trace_init; extern char* box64_trace; extern uint64_t start_cnt; #endif +extern int box64_nosandbox; extern int box64_dummy_crashhandler; extern int box64_sse_flushto0; extern int allow_missing_libs; -- cgit 1.4.1