X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=cpu%2Fsh2%2Fcompiler.c;h=2dd3430c153b44d776cefa9bbdabfeb5ee95cea0;hb=dfafb96d909d7a0545ba02d493ce253e7ac4347e;hp=25ba9d2f90a044c33f2969de410125bfbb8a332c;hpb=9a1f192a146e9b9752ec1a760745b1261fe9bdec;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;