From 348b17599423a1228fc1b7aad9ab30b776ba897a Mon Sep 17 00:00:00 2001 From: Aurora Wright Date: Thu, 5 Oct 2017 19:53:09 +0200 Subject: [PATCH] Fix some fault statuses overlapping to a new line --- source/exceptions.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/exceptions.c b/source/exceptions.c index ae14520b7..0b951363a 100644 --- a/source/exceptions.c +++ b/source/exceptions.c @@ -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"