summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkPkg/Include
diff options
context:
space:
mode:
authoreric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>2009-07-08 03:20:57 +0000
committereric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>2009-07-08 03:20:57 +0000
commit500764753cde87ce018667ab189950e68e36b49f (patch)
tree257d5500457ea3f8e067eda4df8b24e68aff98be /IntelFrameworkPkg/Include
parent0977c9b214465b0d45cd6cae10524fe5d8ef2f55 (diff)
downloadedk2-500764753cde87ce018667ab189950e68e36b49f.tar.gz
edk2-500764753cde87ce018667ab189950e68e36b49f.tar.bz2
edk2-500764753cde87ce018667ab189950e68e36b49f.zip
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
Diffstat (limited to 'IntelFrameworkPkg/Include')
-rw-r--r--IntelFrameworkPkg/Include/Guid/StatusCodeDataTypeId.h2
1 files changed, 2 insertions, 0 deletions
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;
///