X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=cpu%2Fsh2%2Fcompiler.c;h=2dd3430c153b44d776cefa9bbdabfeb5ee95cea0;hb=4835077e00c2cf7e3dba7bf7801c6aafd9d00dbe;hp=25ba9d2f90a044c33f2969de410125bfbb8a332c;hpb=5345c2b9bc9b5f8a2d423482358e63af87b9219a;p=picodrive.git diff --git a/cpu/sh2/compiler.c b/cpu/sh2/compiler.c index 25ba9d2..2dd3430 100644 --- a/cpu/sh2/compiler.c +++ b/cpu/sh2/compiler.c @@ -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;