about summary refs log tree commit diff stats
path: root/src/main.c
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-04-01 09:34:54 +0200
committerptitSeb <sebastien.chev@gmail.com>2023-04-01 09:34:54 +0200
commit89ca436e916ba54b41e64a2adc2135ec86e7d85b (patch)
tree1c0c3dd9ab21aab5919d55e9d218ffa525313a07 /src/main.c
parentd5356bee99b01f8e4771f84f0abb1b69433bba5f (diff)
downloadbox64-89ca436e916ba54b41e64a2adc2135ec86e7d85b.tar.gz
box64-89ca436e916ba54b41e64a2adc2135ec86e7d85b.zip
[DYNAREC] Some fine-tunning to cosim
Diffstat (limited to 'src/main.c')
-rwxr-xr-xsrc/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 9d4fc873..3916b4ff 100755
--- a/src/main.c
+++ b/src/main.c
@@ -610,6 +610,7 @@ void LoadLogEnv()
         if(box64_dynarec_test) {
             box64_dynarec_fastnan = 0;
             box64_dynarec_fastround = 0;
+            box64_dynarec_callret = 0;
             printf_log(LOG_INFO, "Dynarec will compare it's execution with the interpreter (super slow, only for testing)\n");
         }
     }