about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-02-02 10:40:58 +0100
committerptitSeb <sebastien.chev@gmail.com>2024-02-02 10:40:58 +0100
commitd743c8235ff949c674e724fa45df7139cc1b60d8 (patch)
tree06540b0e7637301c74f61559bf6ec5cea2999711
parent7781bfcbac18e77e1d0c624cc33491d26cd0beb9 (diff)
downloadbox64-d743c8235ff949c674e724fa45df7139cc1b60d8.tar.gz
box64-d743c8235ff949c674e724fa45df7139cc1b60d8.zip
Fixed a warning on non-dynarec build
-rw-r--r--src/emu/x64emu.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/emu/x64emu.c b/src/emu/x64emu.c
index d1ae11c8..04fb0dee 100644
--- a/src/emu/x64emu.c
+++ b/src/emu/x64emu.c
@@ -20,9 +20,7 @@
 #ifdef HAVE_TRACE
 #include "x64trace.h"
 #endif
-#ifdef DYNAREC
 #include "custommem.h"
-#endif
 // for the applyFlushTo0
 #ifdef __x86_64__
 #include <immintrin.h>