about summary refs log tree commit diff stats
path: root/src/include/debug.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-01-27 20:42:32 +0100
committerptitSeb <sebastien.chev@gmail.com>2024-01-27 20:42:32 +0100
commitf9c09293bf5f8da518c995bef7d768f1f1f65e47 (patch)
treee9556da7d0c8c44d42c54d6733244976b66280c7 /src/include/debug.h
parentcdffe2388ea2dbafd4c82e304fc228eaefe4ac94 (diff)
downloadbox64-f9c09293bf5f8da518c995bef7d768f1f1f65e47.tar.gz
box64-f9c09293bf5f8da518c995bef7d768f1f1f65e47.zip
Added BOX64_IGNOREINT3 env. var. to ignore INT3 in the code ([RCFILE] too)
Diffstat (limited to 'src/include/debug.h')
-rw-r--r--src/include/debug.h1
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;