diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-01-05 18:45:36 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-01-05 18:45:36 +0100 |
| commit | af1176274ac7c55a1402fbcab505e3b0bbb72414 (patch) | |
| tree | 8ce907ebca123b60afbdd84e86bc2a445bd10df3 /src/include/debug.h | |
| parent | 4c2ef9947ae5c89f4bfb0b217d6653aa73b95ac2 (diff) | |
| download | box64-af1176274ac7c55a1402fbcab505e3b0bbb72414.tar.gz box64-af1176274ac7c55a1402fbcab505e3b0bbb72414.zip | |
Added more command to rcfiles, and a default one when system version is not found (and move some essential detection there)
Diffstat (limited to 'src/include/debug.h')
| -rwxr-xr-x | src/include/debug.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |