diff options
| author | Emilio G. Cota | 2018-12-08 03:11:10 +0100 |
|---|---|---|
| committer | Alex Bennée | 2019-10-28 16:12:38 +0100 |
| commit | e2790babdeebb1c83c607b8d59d89b33ef90522c (patch) | |
| tree | bbe5855f41c1f3e443cff0e793ce4c76f170ee53 | |
| parent | target/m68k: fetch code with translator_ld (diff) | |
| download | qemu-e2790babdeebb1c83c607b8d59d89b33ef90522c.tar.gz qemu-e2790babdeebb1c83c607b8d59d89b33ef90522c.tar.xz qemu-e2790babdeebb1c83c607b8d59d89b33ef90522c.zip | |
target/alpha: 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>
| -rw-r--r-- | target/alpha/translate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/alpha/translate.c b/target/alpha/translate.c index a69f58bf65..f7f1ed0f41 100644 --- a/target/alpha/translate.c +++ b/target/alpha/translate.c @@ -2987,7 +2987,7 @@ static void alpha_tr_translate_insn(DisasContextBase *dcbase, CPUState *cpu) { DisasContext *ctx = container_of(dcbase, DisasContext, base); CPUAlphaState *env = cpu->env_ptr; - uint32_t insn = cpu_ldl_code(env, ctx->base.pc_next); + uint32_t insn = translator_ldl(env, ctx->base.pc_next); ctx->base.pc_next += 4; ctx->base.is_jmp = translate_one(ctx, insn); |
