Skip to content

Commit

Permalink
Fix some fault statuses overlapping to a new line
Browse files Browse the repository at this point in the history
  • Loading branch information
AuroraWright committed Oct 5, 2017
1 parent 76f057d commit 348b175
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/exceptions.c
Expand Up @@ -72,8 +72,8 @@ void detectAndProcessExceptionDumps(void)
"SP", "LR", "PC", "CPSR", "FPEXC"
},
*faultStatusNames[] = {
"Alignment", "Instruction cache maintenance operation",
"External Abort on translation - First-level", "External Abort on translation - Second-level",
"Alignment", "Instr.cache maintenance op.",
"Ext.Abort on translation - Lv1", "Ext.Abort on translation - Lv2",
"Translation - Section", "Translation - Page", "Access bit - Section", "Access bit - Page",
"Domain - Section", "Domain - Page", "Permission - Section", "Permission - Page",
"Precise External Abort", "Imprecise External Abort", "Debug event"
Expand Down

0 comments on commit 348b175

Please sign in to comment.