about summary refs log tree commit diff stats
path: root/src/emu/x64rundd.c
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-03-14 17:58:04 +0100
committerptitSeb <sebastien.chev@gmail.com>2021-03-14 17:58:04 +0100
commit4919f161cc7a0cfa31f91b0d1e2d0ff600044ff6 (patch)
treee89e9892fa166aa348b8c9f902de7428e875c7bc /src/emu/x64rundd.c
parent3dda84e58b148f92b2bb4d94caacc84011fa3919 (diff)
downloadbox64-4919f161cc7a0cfa31f91b0d1e2d0ff600044ff6.tar.gz
box64-4919f161cc7a0cfa31f91b0d1e2d0ff600044ff6.zip
[DYNAREC] Added Basic blocks for dynarec
Diffstat (limited to 'src/emu/x64rundd.c')
-rw-r--r--src/emu/x64rundd.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/emu/x64rundd.c b/src/emu/x64rundd.c
index 73678e2b..ce6081cc 100644
--- a/src/emu/x64rundd.c
+++ b/src/emu/x64rundd.c
@@ -19,9 +19,6 @@
 #include "x87emu_private.h"

 #include "box64context.h"

 #include "bridge.h"

-#ifdef DYNAREC

-#include "../dynarec/arm_lock_helper.h"

-#endif

 

 #include "modrm.h"