--- a/src/sh4/mmu.c Mon Dec 07 17:44:27 2009 +1000 +++ b/src/sh4/mmu.c Wed May 11 19:20:42 2011 +1000 @@ -147,13 +147,11 @@ register_mem_page_remapped_hook( mmu_ext_page_remapped, NULL ); mmu_utlb_1k_init(); - /* Ensure the code regions are executable (64-bit only). Although it might + /* Ensure the code regions are executable. Although it might * be more portable to mmap these at runtime rather than using static decls */ -#if SIZEOF_VOID_P == 8 mem_unprotect( mmu_utlb_pages, sizeof(mmu_utlb_pages) ); mem_unprotect( mmu_utlb_1k_pages, sizeof(mmu_utlb_1k_pages) ); -#endif } void MMU_reset()