diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-01-27 20:42:32 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-01-27 20:42:32 +0100 |
| commit | f9c09293bf5f8da518c995bef7d768f1f1f65e47 (patch) | |
| tree | e9556da7d0c8c44d42c54d6733244976b66280c7 /src/include | |
| parent | cdffe2388ea2dbafd4c82e304fc228eaefe4ac94 (diff) | |
| download | box64-f9c09293bf5f8da518c995bef7d768f1f1f65e47.tar.gz box64-f9c09293bf5f8da518c995bef7d768f1f1f65e47.zip | |
Added BOX64_IGNOREINT3 env. var. to ignore INT3 in the code ([RCFILE] too)
Diffstat (limited to 'src/include')
| -rw-r--r-- | 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 177404da..70502586 100644 --- a/src/include/debug.h +++ b/src/include/debug.h @@ -12,6 +12,7 @@ extern uintptr_t box64_load_addr; extern int box64_dynarec_test; extern int box64_maxcpu; extern int box64_mmap32; +extern int box64_ignoreint3; #ifdef DYNAREC extern int box64_dynarec_dump; extern int box64_dynarec_trace; |