diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-02-05 20:35:31 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-02-05 20:35:31 +0100 |
| commit | 399478d635c352a986aaa891ac824d840ae19e56 (patch) | |
| tree | d254f8f669bee5132e03de0e3d2572d2bfc40302 /src/include/debug.h | |
| parent | 608c13ebbac542a0b9a70c0c1e86192208715176 (diff) | |
| download | box64-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/debug.h')
| -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 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; |