From 47ecde75ec19a58f458c1131ec1968d11d58e7e1 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sun, 7 May 2023 15:54:37 +0200 Subject: [DYNAREC] Added BOX64_DYNAREC_MISSING to only print dynarec missing opcode --- 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 6f448fc7..2d899beb 100755 --- a/src/include/debug.h +++ b/src/include/debug.h @@ -27,6 +27,7 @@ extern int box64_dynarec_hotpage; extern int box64_dynarec_fastpage; extern int box64_dynarec_wait; extern int box64_dynarec_test; +extern int box64_dynarec_missing; #ifdef ARM64 extern int arm64_asimd; extern int arm64_aes; -- cgit 1.4.1