Message ID | CAKv+Gu-nQtbzj14U+K+nkwgZKaU0JZfmFkMHftmU9-FaQnU4jA@mail.gmail.com |
---|---|
State | New |
Headers | show |
--- a/ArmPkg/Library/DefaultExceptionHandlerLib/AArch64/DefaultExceptionHandler.c +++ b/ArmPkg/Library/DefaultExceptionHandlerLib/AArch64/DefaultExceptionHandler.c @@ -119,6 +119,7 @@ DescribeExceptionSyndrome ( DEBUG ((EFI_D_ERROR, "\n %a \n", Message)); } +#ifndef MDEPKG_NDEBUG STATIC CONST CHAR8 * BaseName ( @@ -136,6 +137,7 @@ BaseName ( } return Str; } +#endif /** This is the default action to take on an unexpected exception