On Fri, 26 Jul 2019 at 18:50, Richard Henderson
wrote:
>
> The address of the current insn is still available in s->base.pc_next,
> and need not be recomputed from s->pc - 4.
>
> Signed-off-by: Richard Henderson
> ---
> target/arm/translate.c | 12 ++--
> 1 file changed, 6 insertions(+),
The address of the current insn is still available in s->base.pc_next,
and need not be recomputed from s->pc - 4.
Signed-off-by: Richard Henderson
---
target/arm/translate.c | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/target/arm/translate.c b/target/arm/trans