summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Library/ArmExceptionLib/ArmExceptionLib.c
diff options
context:
space:
mode:
Diffstat (limited to 'ArmPkg/Library/ArmExceptionLib/ArmExceptionLib.c')
-rw-r--r--ArmPkg/Library/ArmExceptionLib/ArmExceptionLib.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ArmPkg/Library/ArmExceptionLib/ArmExceptionLib.c b/ArmPkg/Library/ArmExceptionLib/ArmExceptionLib.c
index 6edda81aaa..245e848e3f 100644
--- a/ArmPkg/Library/ArmExceptionLib/ArmExceptionLib.c
+++ b/ArmPkg/Library/ArmExceptionLib/ArmExceptionLib.c
@@ -309,7 +309,7 @@ CommonCExceptionHandler(
}
}
else {
- DEBUG((EFI_D_ERROR, "Unknown exception type %d\n", ExceptionType));
+ DEBUG((DEBUG_ERROR, "Unknown exception type %d\n", ExceptionType));
ASSERT(FALSE);
}
@@ -347,4 +347,3 @@ InitializeCpuExceptionHandlersEx (
{
return InitializeCpuExceptionHandlers (VectorInfo);
}
-