From 500764753cde87ce018667ab189950e68e36b49f Mon Sep 17 00:00:00 2001 From: eric_tian Date: Wed, 8 Jul 2009 03:20:57 +0000 Subject: 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 --- IntelFrameworkPkg/Include/Guid/StatusCodeDataTypeId.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'IntelFrameworkPkg/Include') diff --git a/IntelFrameworkPkg/Include/Guid/StatusCodeDataTypeId.h b/IntelFrameworkPkg/Include/Guid/StatusCodeDataTypeId.h index b10d1c5ec8..f0193711f8 100644 --- a/IntelFrameworkPkg/Include/Guid/StatusCodeDataTypeId.h +++ b/IntelFrameworkPkg/Include/Guid/StatusCodeDataTypeId.h @@ -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; /// -- cgit v1.2.3