From c08268d0ae1977ebaaf8ecde7216461525b08238 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Tue, 29 Nov 2022 18:48:59 +0100 Subject: [DYNAREC] Added BOX64_DYNAREC_CALLRET option, in rcfile too (faster handling of CALL/RET opcode, not compatible with JIT/Dynarec) --- 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 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; -- cgit 1.4.1