diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-11-29 18:48:59 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-11-29 18:48:59 +0100 |
| commit | c08268d0ae1977ebaaf8ecde7216461525b08238 (patch) | |
| tree | 43b9edebd7594b120880bf765453fe51d8104d33 /src/include/debug.h | |
| parent | 0e4d031054b7980edc806ae131ea8ce565632dbb (diff) | |
| download | box64-c08268d0ae1977ebaaf8ecde7216461525b08238.tar.gz box64-c08268d0ae1977ebaaf8ecde7216461525b08238.zip | |
[DYNAREC] Added BOX64_DYNAREC_CALLRET option, in rcfile too (faster handling of CALL/RET opcode, not compatible with JIT/Dynarec)
Diffstat (limited to 'src/include/debug.h')
| -rwxr-xr-x | 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 5a6aec91..3b45911d 100755 --- a/src/include/debug.h +++ b/src/include/debug.h @@ -19,6 +19,7 @@ extern int box64_dynarec_strongmem; extern int box64_dynarec_fastnan; extern int box64_dynarec_x87double; extern int box64_dynarec_safeflags; +extern int box64_dynarec_callret; #ifdef ARM64 extern int arm64_asimd; extern int arm64_aes; |