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:
parent
782aae4402
commit
19c280f327
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue