X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=cpu%2Fsh2%2Fcompiler.c;fp=cpu%2Fsh2%2Fcompiler.c;h=4403378e4b73c58d03e21586426e7043dc0ec38d;hb=e9a11abb3c8237286fd7b6c4b5048d9eec9b1a1b;hp=3a2b708c11c9491ada869fe2bc30d685b4408015;hpb=b5f5dc1fad9a7876a2d146b1c61d06e64435a86e;p=picodrive.git diff --git a/cpu/sh2/compiler.c b/cpu/sh2/compiler.c index 3a2b708..4403378 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 u32 rcache_used_hreg_mask(void) { u32 mask = 0; int i;