]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Correct ExtendedSize’s type to UINT32.
authorlzeng14 <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 16 Jun 2011 07:07:12 +0000 (07:07 +0000)
committerlzeng14 <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 16 Jun 2011 07:07:12 +0000 (07:07 +0000)
Signed-off-by: lzeng14
Reviewed-by: jyao1
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11833 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Pi/PiFirmwareFile.h

index a7c6cdfd74b60433ef056c04e6bee9a22bb36bff..1408df09307746c3da71131fea45c6bb1cbb36f9 100644 (file)
@@ -173,7 +173,7 @@ typedef struct {
   /// If FFS_ATTRIB_LARGE_FILE is set in Attributes, then ExtendedSize exists and Size must be set to zero.\r
   /// If FFS_ATTRIB_LARGE_FILE is not set then EFI_FFS_FILE_HEADER is used.\r
   ///\r
-  EFI_FFS_FILE_STATE        ExtendedSize;\r
+  UINT32                    ExtendedSize;\r
 } EFI_FFS_FILE_HEADER2;\r
 \r
 typedef UINT8 EFI_SECTION_TYPE;\r