summaryrefslogtreecommitdiff
path: root/cpu_threaded.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpu_threaded.c')
-rw-r--r--cpu_threaded.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/cpu_threaded.c b/cpu_threaded.c
index b6a66fe..be877da 100644
--- a/cpu_threaded.c
+++ b/cpu_threaded.c
@@ -1705,10 +1705,6 @@ static int sys_cacheflush(void *addr, unsigned long size)
break; \
} \
\
- case 0xC0 ... 0xEF: \
- /* coprocessor instructions, reserved on GBA */ \
- break; \
- \
case 0xF0 ... 0xFF: \
{ \
/* SWI comment */ \