X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=UefiCpuPkg%2FLibrary%2FCpuExceptionHandlerLib%2FCpuExceptionCommon.c;h=ca210d1de206cca229d1a4e6e9f0d373c52332e5;hp=0576144a97dfa5ac2c9055d97df6e364d84d61a2;hb=0d25074cbcc272532d6ca5a47974ac5b31f4b6ec;hpb=0aac2f777a688a146050bed47753e2dcf801d3c7 diff --git a/UefiCpuPkg/Library/CpuExceptionHandlerLib/CpuExceptionCommon.c b/UefiCpuPkg/Library/CpuExceptionHandlerLib/CpuExceptionCommon.c index 0576144a97..ca210d1de2 100644 --- a/UefiCpuPkg/Library/CpuExceptionHandlerLib/CpuExceptionCommon.c +++ b/UefiCpuPkg/Library/CpuExceptionHandlerLib/CpuExceptionCommon.c @@ -1,7 +1,7 @@ /** @file CPU Exception Handler Library common functions. - Copyright (c) 2012 - 2018, Intel Corporation. All rights reserved.
+ Copyright (c) 2012 - 2019, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -20,7 +20,7 @@ // // 1 means an error code will be pushed, otherwise 0 // -CONST UINT32 mErrorCodeFlag = 0x00027d00; +CONST UINT32 mErrorCodeFlag = 0x00227d00; // // Define the maximum message length @@ -49,7 +49,8 @@ CONST CHAR8 *mExceptionNameStr[] = { "#AC - Alignment Check", "#MC - Machine-Check", "#XM - SIMD floating-point", - "#VE - Virtualization" + "#VE - Virtualization", + "#CP - Control Protection" }; #define EXCEPTION_KNOWN_NAME_NUM (sizeof (mExceptionNameStr) / sizeof (CHAR8 *))