XXX: cleanly get the gUSA instructions Signed-off-by: Emilio G. Cota <c...@braap.org> --- target/sh4/translate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/sh4/translate.c b/target/sh4/translate.c index ab254b0e8d..1704ce8dae 100644 --- a/target/sh4/translate.c +++ b/target/sh4/translate.c @@ -2331,7 +2331,7 @@ static void sh4_tr_translate_insn(DisasContextBase *dcbase, CPUState *cs) } #endif - ctx->opcode = cpu_lduw_code(env, ctx->base.pc_next); + ctx->opcode = translator_lduw(env, ctx->base.pc_next); decode_opc(ctx); ctx->base.pc_next += 2; } -- 2.17.1