Add new status code definition in PI 1.2 Errata B.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11616 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -686,6 +686,18 @@ typedef union {
|
||||
/// EFI_DEBUG_SUPPORT_PROTOCOL in the UEFI Specification.
|
||||
///
|
||||
EFI_SYSTEM_CONTEXT_IPF SystemContextIpf;
|
||||
///
|
||||
/// The context of the X64 processor when the exception was generated. Type
|
||||
/// EFI_SYSTEM_CONTEXT_X64 is defined in the
|
||||
/// EFI_DEBUG_SUPPORT_PROTOCOL in the UEFI Specification.
|
||||
///
|
||||
EFI_SYSTEM_CONTEXT_X64 SystemContextX64;
|
||||
///
|
||||
/// The context of the ARM processor when the exception was generated. Type
|
||||
/// EFI_SYSTEM_CONTEXT_ARM is defined in the
|
||||
/// EFI_DEBUG_SUPPORT_PROTOCOL in the UEFI Specification.
|
||||
///
|
||||
EFI_SYSTEM_CONTEXT_ARM SystemContextArm;
|
||||
} EFI_STATUS_CODE_EXCEP_SYSTEM_CONTEXT;
|
||||
|
||||
///
|
||||
|
Reference in New Issue
Block a user