linux compilation fix of previous iop change

This commit is contained in:
Gregory Hainaut 2016-11-05 15:44:57 +01:00
parent 49b80a4916
commit 253bd1aea3
1 changed files with 1 additions and 1 deletions

View File

@ -1110,7 +1110,7 @@ static void __fastcall iopRecRecompile( const u32 startpc )
_initX86regs();
if ((psxHu32(HW_ICFG) & 8) && (HWADDR(startpc) == 0xa0 || HWADDR(startpc) == 0xb0 || HWADDR(startpc) == 0xc0)) {
xFastCall(psxBiosCall);
xFastCall((void*)psxBiosCall);
xTEST(al, al);
xJNZ(iopDispatcherReg);
}