diff options
author | gikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-06-15 05:15:06 +0000 |
---|---|---|
committer | gikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-06-15 05:15:06 +0000 |
commit | fc9efbeedba04d55f87a487dff7f33b4a0e3a7a6 (patch) | |
tree | b342fec8421946822a58a1a69f9bbcc60d9e5a4e /IntelFrameworkModulePkg/Bus/Pci/PciBusDxe | |
parent | 1f095a0f380a3950a39cb0fd35801ae6a573e886 (diff) | |
download | edk2-platforms-fc9efbeedba04d55f87a487dff7f33b4a0e3a7a6.tar.xz |
Corrected bad declaration.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8552 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg/Bus/Pci/PciBusDxe')
-rw-r--r-- | IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciEnumeratorSupport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciEnumeratorSupport.c b/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciEnumeratorSupport.c index 99e7a0b11d..a75460fa97 100644 --- a/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciEnumeratorSupport.c +++ b/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciEnumeratorSupport.c @@ -392,7 +392,7 @@ GatherPpbInfo ( EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *PciRootBridgeIo;
PCI_IO_DEVICE *PciIoDevice;
EFI_STATUS Status;
- UINT32 Value;
+ UINT8 Value;
EFI_PCI_IO_PROTOCOL *PciIo;
UINT8 Temp;
|