diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-11-14 21:05:32 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-11-14 21:05:32 +0100 |
| commit | 6a7c6cba1235729767b16405780c2362ac835278 (patch) | |
| tree | 16f4429d59507a1b6c50b87783fce2fd4febb321 /src/include/debug.h | |
| parent | 129f5e93fad9b167f6377f12b88fa61aa8579974 (diff) | |
| download | box64-6a7c6cba1235729767b16405780c2362ac835278.tar.gz box64-6a7c6cba1235729767b16405780c2362ac835278.zip | |
Added BOX64_CRASHHANDLER env. var.
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 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; |