From bf6e74ad8eb26d30de5654b7ab021a18061346b1 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sat, 22 Oct 2022 16:13:55 +0200 Subject: [DYNAREC] Added BOX64_DYNAREC_SAFEFLAGS --- 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 5f228f58..4efcc7bb 100755 --- a/src/include/debug.h +++ b/src/include/debug.h @@ -18,6 +18,7 @@ extern int box64_dynarec_bigblock; extern int box64_dynarec_strongmem; extern int box64_dynarec_fastnan; extern int box64_dynarec_x87double; +extern int box64_dynarec_safeflags; #ifdef ARM64 extern int arm64_asimd; extern int arm64_aes; -- cgit 1.4.1