summaryrefslogtreecommitdiff
path: root/cpu_threaded.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpu_threaded.c')
-rw-r--r--cpu_threaded.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/cpu_threaded.c b/cpu_threaded.c
index 4ff1548..377fb9d 100644
--- a/cpu_threaded.c
+++ b/cpu_threaded.c
@@ -190,13 +190,9 @@ extern u8 bit_count[256];
#include "psp/mips_emit.h"
-#elif defined(GP2X_BUILD)
+#elif defined(ARM_ARCH)
-#include "gp2x/arm_emit.h"
-
-#elif defined(GIZ_BUILD)
-
-#include "giz/arm_emit.h"
+#include "arm/arm_emit.h"
#else