X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=deps%2Flightrec%2Femitter.c;h=3875e58ed052fe86f4afc1d3f722c6f531ea9984;hb=41bc558fbe8ff0d8bf822ab2a470ea6bd61a1835;hp=b8025aacd5809f10fabcb69f4f425f8ce404c065;hpb=592610924576cf2e8856c95103e1428d451bca19;p=pcsx_rearmed.git diff --git a/deps/lightrec/emitter.c b/deps/lightrec/emitter.c index b8025aac..3875e58e 100644 --- a/deps/lightrec/emitter.c +++ b/deps/lightrec/emitter.c @@ -107,7 +107,7 @@ static void lightrec_emit_end_of_block(struct lightrec_cstate *state, } if (has_ds && op_flag_load_delay(ds->flags) - && opcode_is_load(ds->c) && !state->no_load_delay) { + && opcode_has_load_delay(ds->c) && !state->no_load_delay) { /* If the delay slot is a load opcode, its target register * will be written after the first opcode of the target is * executed. Handle this by jumping to a special section of