Remove a lot of the GNU case range extensions instances

This commit is contained in:
twinaphex
2014-12-13 04:50:48 +01:00
parent c1375c871f
commit cefd5b63ee
3 changed files with 324 additions and 64 deletions

View File

@@ -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 */ \