Re: [Qemu-devel] [PATCH QEMU] target-arm: A64: Print ELR when taking exceptions

2015-06-25 Thread Peter Maydell
On 23 June 2015 at 06:17, Soren Brinkmann wrote: > When taking an exception print the content of the exception link > register. This is useful especially for synchronous exceptions because > in that case this registers holds the address of the instruction that > generated the exception. > > Signed

[Qemu-devel] [PATCH QEMU] target-arm: A64: Print ELR when taking exceptions

2015-06-22 Thread Soren Brinkmann
When taking an exception print the content of the exception link register. This is useful especially for synchronous exceptions because in that case this registers holds the address of the instruction that generated the exception. Signed-off-by: Soren Brinkmann --- target-arm/helper-a64.c | 2 ++