1
0
Fork 0
forked from len0rd/rockbox

Reenable icode in Rockboy for PP/Arm targets. Previously caused problems on Nano and Photo but these issues should no longer exist.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15138 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Tom Ross 2007-10-16 04:28:42 +00:00
parent 782aae4402
commit 19c280f327

View file

@ -52,12 +52,6 @@ void dynamic_recompile (struct dynarec_block *newblock);
#define USER_MENU_QUIT -2
/* Disable ICODE for the ARMs */
#ifdef CPU_ARM
#undef ICODE_ATTR
#define ICODE_ATTR
#endif
/* Disable IBSS when using dynarec since it won't fit */
#ifdef DYNAREC
#undef IBSS_ATTR