Merge branch 'libretro' into libretro-reset
[picodrive.git] / cpu / sh2 / compiler.c
index 3f006c7..4403378 100644 (file)
@@ -1017,7 +1017,7 @@ static void rcache_unlock_all(void)
     reg_temp[i].flags &= ~HRF_LOCKED;
 }
 
-static INLINE u32 rcache_used_hreg_mask(void)
+static u32 rcache_used_hreg_mask(void)
 {
   u32 mask = 0;
   int i;