aboutsummaryrefslogtreecommitdiff
path: root/target/hppa
diff options
context:
space:
mode:
authorEmilio G. Cota <cota@braap.org>2018-12-07 21:05:01 -0500
committerAlex Bennée <alex.bennee@linaro.org>2019-10-28 15:12:38 +0000
commitd3733cbbeebb80fbd6b0352356608e304b2d2911 (patch)
treefa71c3671d080fff6fa5c13a5d9053cc0f6fda5b /target/hppa
parentaaf4b62e19d7d8af1d3e2fe15985abf2f55f98fd (diff)
downloadqemu-d3733cbbeebb80fbd6b0352356608e304b2d2911.zip
qemu-d3733cbbeebb80fbd6b0352356608e304b2d2911.tar.gz
qemu-d3733cbbeebb80fbd6b0352356608e304b2d2911.tar.bz2
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>
Diffstat (limited to 'target/hppa')
-rw-r--r--target/hppa/translate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/hppa/translate.c b/target/hppa/translate.c
index c1b2822..2f8d407 100644
--- a/target/hppa/translate.c
+++ b/target/hppa/translate.c
@@ -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
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.
This will be overwritten by a branch. */