about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dynarec/dynarec.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dynarec/dynarec.c b/src/dynarec/dynarec.c
index 0d2c63f1..28641de2 100644
--- a/src/dynarec/dynarec.c
+++ b/src/dynarec/dynarec.c
@@ -124,9 +124,7 @@ void DynaRun(x64emu_t* emu)
         if(emu->need_jmpbuf)
             emu->need_jmpbuf = 0;   
 
-#ifdef DYNAREC
         if(!box64_dynarec)
-#endif
             Run(emu, 0);
 #ifdef DYNAREC
         else {