pandora: fix build

Fixes: df9251536d "libretro: satisfy vita's dynarec needs in a cleaner way"
This commit is contained in:
notaz 2017-10-19 02:44:56 +03:00
parent eaa147519f
commit 759c9d3846
3 changed files with 12 additions and 0 deletions

View file

@ -1017,6 +1017,7 @@ static void rcache_unlock_all(void)
reg_temp[i].flags &= ~HRF_LOCKED;
}
#ifdef DRC_CMP
static u32 rcache_used_hreg_mask(void)
{
u32 mask = 0;
@ -1028,6 +1029,7 @@ static u32 rcache_used_hreg_mask(void)
return mask;
}
#endif
static void rcache_clean(void)
{