about summary refs log tree commit diff stats
path: root/src/include
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-02-05 20:35:31 +0100
committerptitSeb <sebastien.chev@gmail.com>2024-02-05 20:35:31 +0100
commit399478d635c352a986aaa891ac824d840ae19e56 (patch)
treed254f8f669bee5132e03de0e3d2572d2bfc40302 /src/include
parent608c13ebbac542a0b9a70c0c1e86192208715176 (diff)
downloadbox64-399478d635c352a986aaa891ac824d840ae19e56.tar.gz
box64-399478d635c352a986aaa891ac824d840ae19e56.zip
[ARM64_DYNAREC] Added BOX64_DYNAREC_DIV0 option to check/trigger Divide by 0 when needed
Diffstat (limited to 'src/include')
-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 70502586..c3a08258 100644
--- a/src/include/debug.h
+++ b/src/include/debug.h
@@ -24,6 +24,7 @@ extern int box64_dynarec_strongmem;
 extern int box64_dynarec_fastnan;
 extern int box64_dynarec_fastround;
 extern int box64_dynarec_x87double;
+extern int box64_dynarec_div0;
 extern int box64_dynarec_safeflags;
 extern int box64_dynarec_callret;
 extern int box64_dynarec_bleeding_edge;