mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-05-03 19:39:39 +02:00
drop some unnecessary inlines
apparently somebody compiles with msvc?
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user