mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-03-23 06:25:12 +00:00
target/mips: optimize cross-page direct jumps in softmmu
Backports commit d9a9acde64b862107933f9e9a01435e51bf8f91b from qemu
This commit is contained in:
parent
baa0983ae3
commit
8ce8d4fe20
|
@ -4291,7 +4291,7 @@ static inline void gen_goto_tb(DisasContext *ctx, int n, target_ulong dest)
|
|||
save_cpu_state(ctx, 0);
|
||||
gen_helper_raise_exception_debug(tcg_ctx, tcg_ctx->cpu_env);
|
||||
}
|
||||
tcg_gen_exit_tb(tcg_ctx, 0);
|
||||
tcg_gen_lookup_and_goto_ptr(tcg_ctx, tcg_ctx->cpu_PC);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue