mirror of https://github.com/acidanthera/audk.git
Inconsistent with specification here:
This field in StatusCodes spec0.9 is defined as UINT32, keep code unchanged. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8795 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
0977c9b214
commit
500764753c
|
@ -274,6 +274,8 @@ typedef struct {
|
|||
///
|
||||
/// The error syndrome, vendor-specific ECC syndrome, or CRC data associated with
|
||||
/// the error. If unknown, should be initialized to 0.
|
||||
/// Inconsistent with specification here:
|
||||
/// This field in StatusCodes spec0.9 is defined as UINT32, keep code unchanged.
|
||||
///
|
||||
UINTN Syndrome;
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue