diff --git a/MdePkg/Include/Guid/Cper.h b/MdePkg/Include/Guid/Cper.h index 8c9cb277bf..5f888b5c4b 100644 --- a/MdePkg/Include/Guid/Cper.h +++ b/MdePkg/Include/Guid/Cper.h @@ -1026,10 +1026,10 @@ typedef union { /// /// The type of error that occurred in ARM Processor Error section. ///@{ -#define EFI_ARM_PROC_ERROR_INFO_TYPE_CACHE 0x00 -#define EFI_ARM_PROC_ERROR_INFO_TYPE_TLB 0x01 -#define EFI_ARM_PROC_ERROR_INFO_TYPE_BUS 0x02 -#define EFI_ARM_PROC_ERROR_INFO_TYPE_MICRO_ARCH 0x03 +#define EFI_ARM_PROC_ERROR_INFO_TYPE_CACHE BIT0 +#define EFI_ARM_PROC_ERROR_INFO_TYPE_TLB BIT1 +#define EFI_ARM_PROC_ERROR_INFO_TYPE_BUS BIT2 +#define EFI_ARM_PROC_ERROR_INFO_TYPE_MICRO_ARCH BIT3 /// /// The flags to define the error atrributes in ARM Processor Error Information