X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=cpu%2Fsh2%2Fcompiler.c;h=4403378e4b73c58d03e21586426e7043dc0ec38d;hb=refs%2Fheads%2Flibretro-reset;hp=3f006c7481ce9fa9b1fdef928d5ab2b0e7b4e55c;hpb=76f3e30ffe83fb0d589ed994ea76ffd8adf6586d;p=picodrive.git diff --git a/cpu/sh2/compiler.c b/cpu/sh2/compiler.c index 3f006c7..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;