From 19c280f327352ad4813235bc79c52eb4e52e6ec0 Mon Sep 17 00:00:00 2001 From: Tom Ross Date: Tue, 16 Oct 2007 04:28:42 +0000 Subject: 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 --- apps/plugins/rockboy/rockmacros.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'apps') diff --git a/apps/plugins/rockboy/rockmacros.h b/apps/plugins/rockboy/rockmacros.h index 0e63bad8e9..a138fae2dd 100644 --- a/apps/plugins/rockboy/rockmacros.h +++ b/apps/plugins/rockboy/rockmacros.h @@ -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 -- cgit v1.2.3