mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
target/hppa: fetch code with translator_ld
Signed-off-by: Emilio G. Cota <cota@braap.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
This commit is contained in:
parent
aaf4b62e19
commit
d3733cbbee
1 changed files with 1 additions and 1 deletions
|
@ -4221,7 +4221,7 @@ static void hppa_tr_translate_insn(DisasContextBase *dcbase, CPUState *cs)
|
||||||
{
|
{
|
||||||
/* Always fetch the insn, even if nullified, so that we check
|
/* Always fetch the insn, even if nullified, so that we check
|
||||||
the page permissions for execute. */
|
the page permissions for execute. */
|
||||||
uint32_t insn = cpu_ldl_code(env, ctx->base.pc_next);
|
uint32_t insn = translator_ldl(env, ctx->base.pc_next);
|
||||||
|
|
||||||
/* Set up the IA queue for the next insn.
|
/* Set up the IA queue for the next insn.
|
||||||
This will be overwritten by a branch. */
|
This will be overwritten by a branch. */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue