C89 MSVC doesn't support 'inline' - will have to make define for
[picodrive.git] / cpu / sh2 / compiler.c
index 25ba9d2..2dd3430 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 INLINE u32 rcache_used_hreg_mask(void)
 {
   u32 mask = 0;
   int i;