drop some unnecessary inlines

apparently somebody compiles with msvc?
This commit is contained in:
notaz 2017-10-13 23:49:13 +03:00
parent b5f5dc1fad
commit e9a11abb3c
7 changed files with 8 additions and 7 deletions

View 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 u32 rcache_used_hreg_mask(void)
{
u32 mask = 0;
int i;