about summary refs log tree commit diff stats
path: root/src/tools
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-03-27 23:21:36 +0200
committerptitSeb <sebastien.chev@gmail.com>2023-03-27 23:21:36 +0200
commit9f75f28e7a464734bab8e719c1a60178280b224d (patch)
tree6c7d9c2d1e1c4d307e7acfbcbf92b04c7e83dea1 /src/tools
parentfeb4a394577ea152b60393875860c551a7573adf (diff)
downloadbox64-9f75f28e7a464734bab8e719c1a60178280b224d.tar.gz
box64-9f75f28e7a464734bab8e719c1a60178280b224d.zip
[DYNAREC] Added BOX64_DYNAREC_TEST to run interpeter and dynarec at the same time and compare states
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/rcfile.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/rcfile.c b/src/tools/rcfile.c
index 884f60eb..4687ec50 100644
--- a/src/tools/rcfile.c
+++ b/src/tools/rcfile.c
@@ -127,6 +127,7 @@ ENTRYINT(BOX64_DYNAREC_HOTPAGE, box64_dynarec_hotpage, 0, 255, 8)   \
 ENTRYBOOL(BOX64_DYNAREC_FASTPAGE, box64_dynarec_fastpage)           \
 ENTRYBOOL(BOX64_DYNAREC_WAIT, box64_dynarec_wait)                   \
 ENTRYSTRING_(BOX64_NODYNAREC, box64_nodynarec)                      \
+ENTRYBOOL(BOX64_DYNAREC_TEST, box64_dynarec_test)                   \
 
 #else
 #define SUPER3()                                                    \
@@ -146,6 +147,7 @@ IGNORE(BOX64_DYNAREC_HOTPAGE)                                       \
 IGNORE(BOX64_DYNAREC_FASTPAGE)                                      \
 IGNORE(BOX64_DYNAREC_WAIT)                                          \
 IGNORE(BOX64_NODYNAREC)                                             \
+IGNORE(BOX64_DYNAREC_TEST)                                          \
 
 #endif