Re: [Qemu-devel] [PATCH] target-arm: Fix SWI (SVC) instruction in M profile.

2013-01-08 Thread Peter Maydell
On 26 December 2012 07:24, Alex Rozenman wrote: > When do_interrupt_v7m is called with EXCP_SWI, the PC already > points to the next instruction. Don't modify it here. > > Signed-off-by: Alex Rozenman Thanks, applied to target-arm.next. -- PMM

[Qemu-devel] [PATCH] target-arm: Fix SWI (SVC) instruction in M profile.

2012-12-25 Thread Alex Rozenman
When do_interrupt_v7m is called with EXCP_SWI, the PC already points to the next instruction. Don't modify it here. Signed-off-by: Alex Rozenman --- target-arm/helper.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target-arm/helper.c b/target-arm/helper.c index e343fac.