projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d246bb
)
target/openrisc: fetch code with translator_ld
author
Emilio G. Cota
<cota@braap.org>
Sat, 8 Dec 2018 02:17:07 +0000
(21:17 -0500)
committer
Alex Bennée
<alex.bennee@linaro.org>
Mon, 28 Oct 2019 15:12:38 +0000
(15:12 +0000)
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>
target/openrisc/translate.c
patch
|
blob
|
history
diff --git
a/target/openrisc/translate.c
b/target/openrisc/translate.c
index 6addbac8d633751d8126deec7ca20e4cd82aa875..8dd28d6cf1705b2ce57d4050b544e82df28e4c54 100644
(file)
--- a/
target/openrisc/translate.c
+++ b/
target/openrisc/translate.c
@@
-1645,7
+1645,7
@@
static void openrisc_tr_translate_insn(DisasContextBase *dcbase, CPUState *cs)
{
DisasContext *dc = container_of(dcbase, DisasContext, base);
OpenRISCCPU *cpu = OPENRISC_CPU(cs);
- uint32_t insn =
cpu_ldl_code
(&cpu->env, dc->base.pc_next);
+ uint32_t insn =
translator_ldl
(&cpu->env, dc->base.pc_next);
if (!decode(dc, insn)) {
gen_illegal_exception(dc);