Skip to content

Commit d743c82

Browse files
committed
Fixed a warning on non-dynarec build
1 parent 7781bfc commit d743c82

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/emu/x64emu.c

-2
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@
2020
#ifdef HAVE_TRACE
2121
#include "x64trace.h"
2222
#endif
23-
#ifdef DYNAREC
2423
#include "custommem.h"
25-
#endif
2624
// for the applyFlushTo0
2725
#ifdef __x86_64__
2826
#include <immintrin.h>

0 commit comments

Comments
 (0)