]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Add missing entries to excnames[] for log strings
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 20 Apr 2017 16:32:28 +0000 (17:32 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 20 Apr 2017 16:39:17 +0000 (17:39 +0100)
commit32b81e620ea562d56ab2733421b5da1082b237a2
tree9e3887616b757809fabb0d4e380cd052d1721814
parent885f27105669b75095912f9fbae57f9260f143fb
target/arm: Add missing entries to excnames[] for log strings

Recent changes have added new EXCP_ values to ARM but forgot
to update the excnames[] array which is used to provide
human-readable strings when printing information about the
exception for debug logging. Add the missing entries, and
add a comment to the list of #defines to help avoid the mistake
being repeated in future.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Message-id: 1491486340-25988-1-git-send-email-peter.maydell@linaro.org
target/arm/cpu.h
target/arm/internals.h