From 9f75f28e7a464734bab8e719c1a60178280b224d Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Mon, 27 Mar 2023 23:21:36 +0200 Subject: [DYNAREC] Added BOX64_DYNAREC_TEST to run interpeter and dynarec at the same time and compare states --- 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 e13de642..37146e02 100755 --- a/src/include/debug.h +++ b/src/include/debug.h @@ -26,6 +26,7 @@ extern int box64_dynarec_bleeding_edge; extern int box64_dynarec_hotpage; extern int box64_dynarec_fastpage; extern int box64_dynarec_wait; +extern int box64_dynarec_test; #ifdef ARM64 extern int arm64_asimd; extern int arm64_aes; -- cgit 1.4.1