Re: [Qemu-devel] [PATCH 02/67] target/arm: Remove offset argument to gen_exception_insn

2019-07-29 Thread Peter Maydell
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. > > Signed-off-by: Richard Henderson > --- > target/arm/translate-vfp.inc.c | 6 +++--- > target/arm/translate.c | 32 > 2

[Qemu-devel] [PATCH 02/67] target/arm: Remove offset argument to gen_exception_insn

2019-07-26 Thread Richard Henderson
The address of the current insn is still available in s->base.pc_next. Signed-off-by: Richard Henderson --- target/arm/translate-vfp.inc.c | 6 +++--- target/arm/translate.c | 32 2 files changed, 19 insertions(+), 19 deletions(-) diff --git