about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-07-30 23:13:44 +0200
committerptitSeb <sebastien.chev@gmail.com>2023-07-30 23:13:44 +0200
commit8ef326fdc538e93e85f5802af320ceb7c210a312 (patch)
tree45f21ab8244fa4d9e6d96f1aa7da5151daceac2e /src
parentfb0e8ee9c6237993c393f3737e528199be41c23c (diff)
downloadbox64-8ef326fdc538e93e85f5802af320ceb7c210a312.tar.gz
box64-8ef326fdc538e93e85f5802af320ceb7c210a312.zip
Fixed non-dynarec build
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 {