X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=deps%2Flightrec%2Finterpreter.c;h=4267bec2fb946394f81aa0264bfacdc41432b799;hb=a5a6f7b82ed88f1ac3178c32c9bda22eb612814b;hp=74cbca50f7c71cdb5c24d80ad60b44e3da8f0c63;hpb=025b6fde9b8ce688008227211168358b96e98d62;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) {