summaryrefslogtreecommitdiff
path: root/firmware/target/arm/system-arm.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/system-arm.c')
-rw-r--r--firmware/target/arm/system-arm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/target/arm/system-arm.c b/firmware/target/arm/system-arm.c
index 59eaa903b6..23ccfd1f14 100644
--- a/firmware/target/arm/system-arm.c
+++ b/firmware/target/arm/system-arm.c
@@ -29,7 +29,8 @@ static const char* const uiename[] = {
29 "Undefined instruction", 29 "Undefined instruction",
30 "Prefetch abort", 30 "Prefetch abort",
31 "Data abort", 31 "Data abort",
32 "Divide by zero" 32 "Divide by zero",
33 "SWI"
33}; 34};
34 35
35/* Unexpected Interrupt or Exception handler. Currently only deals with 36/* Unexpected Interrupt or Exception handler. Currently only deals with