From f9c09293bf5f8da518c995bef7d768f1f1f65e47 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sat, 27 Jan 2024 20:42:32 +0100 Subject: Added BOX64_IGNOREINT3 env. var. to ignore INT3 in the code ([RCFILE] too) --- 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 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; -- cgit 1.4.1