mirror of https://github.com/PCSX2/pcsx2.git
linux compilation fix of previous iop change
This commit is contained in:
parent
49b80a4916
commit
253bd1aea3
|
@ -1110,7 +1110,7 @@ static void __fastcall iopRecRecompile( const u32 startpc )
|
||||||
_initX86regs();
|
_initX86regs();
|
||||||
|
|
||||||
if ((psxHu32(HW_ICFG) & 8) && (HWADDR(startpc) == 0xa0 || HWADDR(startpc) == 0xb0 || HWADDR(startpc) == 0xc0)) {
|
if ((psxHu32(HW_ICFG) & 8) && (HWADDR(startpc) == 0xa0 || HWADDR(startpc) == 0xb0 || HWADDR(startpc) == 0xc0)) {
|
||||||
xFastCall(psxBiosCall);
|
xFastCall((void*)psxBiosCall);
|
||||||
xTEST(al, al);
|
xTEST(al, al);
|
||||||
xJNZ(iopDispatcherReg);
|
xJNZ(iopDispatcherReg);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue