X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=deps%2Flightrec%2Finterpreter.c;h=4267bec2fb946394f81aa0264bfacdc41432b799;hb=4cc48a6b324ff1d025768bb5436279831e4bf319;hp=74cbca50f7c71cdb5c24d80ad60b44e3da8f0c63;hpb=c3cac9a1a6e96c021a466bf6c80da578e8a85b92;p=pcsx_rearmed.git diff --git a/deps/lightrec/interpreter.c b/deps/lightrec/interpreter.c index 74cbca50..4267bec2 100644 --- a/deps/lightrec/interpreter.c +++ b/deps/lightrec/interpreter.c @@ -189,7 +189,7 @@ static u32 int_delay_slot(struct interpreter *inter, u32 pc, bool branch) * interpreter in that case. * Same goes for when we have a branch in a delay slot of another * branch. */ - load_in_ds = opcode_is_load(op->c) || opcode_is_mfc(op->c); + load_in_ds = opcode_has_load_delay(op->c); branch_in_ds = has_delay_slot(op->c); if (branch) {