]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Corrected bad declaration.
authorgikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 15 Jun 2009 05:15:06 +0000 (05:15 +0000)
committergikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 15 Jun 2009 05:15:06 +0000 (05:15 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8552 6f19259b-4bc3-4df7-8a09-765794883524

IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciEnumeratorSupport.c

index 99e7a0b11dd377e8841efacd30b17b52ee3a1420..a75460fa974b1f4aa4b9c0d85ee2d565647d70db 100644 (file)
@@ -392,7 +392,7 @@ GatherPpbInfo (
   EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *PciRootBridgeIo;\r
   PCI_IO_DEVICE                   *PciIoDevice;\r
   EFI_STATUS                      Status;\r
-  UINT32                          Value;\r
+  UINT                          Value;\r
   EFI_PCI_IO_PROTOCOL             *PciIo;\r
   UINT8                           Temp;\r
 \r