]> git.proxmox.com Git - mirror_qemu.git/commit
target-arm: A64: Print ELR when taking exceptions
authorSoren Brinkmann <soren.brinkmann@xilinx.com>
Fri, 26 Jun 2015 13:22:36 +0000 (14:22 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 26 Jun 2015 13:22:36 +0000 (14:22 +0100)
commitb21ab1fc217b4a2b8f2f85d16bdd8510a7817a34
treec054ed9990364f7645b55519f4dbbf49aa421156
parentf3c2bda216a00676e40301b5843ac3d6c3b2537a
target-arm: A64: Print ELR when taking exceptions

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 <soren.brinkmann@xilinx.com>
Message-id: 1435036655-16132-1-git-send-email-soren.brinkmann@xilinx.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target-arm/helper-a64.c