Fix some fault statuses overlapping to a new line

This commit is contained in:
Aurora Wright 2017-10-05 19:53:09 +02:00
parent 76f057dafb
commit 348b175994

View File

@ -72,8 +72,8 @@ void detectAndProcessExceptionDumps(void)
"SP", "LR", "PC", "CPSR", "FPEXC" "SP", "LR", "PC", "CPSR", "FPEXC"
}, },
*faultStatusNames[] = { *faultStatusNames[] = {
"Alignment", "Instruction cache maintenance operation", "Alignment", "Instr.cache maintenance op.",
"External Abort on translation - First-level", "External Abort on translation - Second-level", "Ext.Abort on translation - Lv1", "Ext.Abort on translation - Lv2",
"Translation - Section", "Translation - Page", "Access bit - Section", "Access bit - Page", "Translation - Section", "Translation - Page", "Access bit - Section", "Access bit - Page",
"Domain - Section", "Domain - Page", "Permission - Section", "Permission - Page", "Domain - Section", "Domain - Page", "Permission - Section", "Permission - Page",
"Precise External Abort", "Imprecise External Abort", "Debug event" "Precise External Abort", "Imprecise External Abort", "Debug event"