commit | c88823612d6ff69a64a86456eb56a9576911466b | [log] [tgz] |
---|---|---|
author | Lothar Waßmann <LW@KARO-electronics.de> | Thu Jun 08 09:52:33 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Jun 12 08:38:39 2017 -0400 |
tree | 7eead6bcd8baf583efa19a5589401c38a077fc61 | |
parent | 53d4ed704b43a5ffbfe9784544a722edb7a7edf5 [diff] |
arm: adjust PC displayed in exception handlers to point to the failing instruction Adjust the program counter register to point to the failing instruction depending on the exeption type. This makes it easier to localize the offending instruction leading to a fatal exception. Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de>