X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=libpcsxcore%2Fpsxinterpreter.c;h=e7e32690b10b10709aea7cdc90bccf44d2c5130c;hb=705d9544dd4bd26b720c7ff9ff9dae935a2af796;hp=19a5fc4ecef8293cfc2508ec402ab64054d5c737;hpb=7d7672a58c82341268c6f5d856c558e768aa3974;p=pcsx_rearmed.git diff --git a/libpcsxcore/psxinterpreter.c b/libpcsxcore/psxinterpreter.c index 19a5fc4e..e7e32690 100644 --- a/libpcsxcore/psxinterpreter.c +++ b/libpcsxcore/psxinterpreter.c @@ -311,7 +311,7 @@ int psxTestLoadDelay(int reg, u32 tmp) { } void psxDelayTest(int reg, u32 bpc) { - u32 tmp = fetch(psxRegs.pc); + u32 tmp = fetch(bpc); branch = 1; switch (psxTestLoadDelay(reg, tmp)) {