diff options
author | gikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-06-15 05:15:51 +0000 |
---|---|---|
committer | gikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-06-15 05:15:51 +0000 |
commit | 7e7e7fec0ab7ba7ee2a434be426a3e0dc36126f9 (patch) | |
tree | 9523cd657209dcfc43f48a32b22e1a288cbc176a /DuetPkg/PciBusNoEnumerationDxe | |
parent | fc9efbeedba04d55f87a487dff7f33b4a0e3a7a6 (diff) | |
download | edk2-7e7e7fec0ab7ba7ee2a434be426a3e0dc36126f9.zip edk2-7e7e7fec0ab7ba7ee2a434be426a3e0dc36126f9.tar.gz edk2-7e7e7fec0ab7ba7ee2a434be426a3e0dc36126f9.tar.bz2 |
Corrected bad declaration.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8553 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'DuetPkg/PciBusNoEnumerationDxe')
-rw-r--r-- | DuetPkg/PciBusNoEnumerationDxe/PciEnumeratorSupport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DuetPkg/PciBusNoEnumerationDxe/PciEnumeratorSupport.c b/DuetPkg/PciBusNoEnumerationDxe/PciEnumeratorSupport.c index b763c6c..421a92c 100644 --- a/DuetPkg/PciBusNoEnumerationDxe/PciEnumeratorSupport.c +++ b/DuetPkg/PciBusNoEnumerationDxe/PciEnumeratorSupport.c @@ -484,7 +484,7 @@ Returns: {
PCI_IO_DEVICE *PciIoDevice;
EFI_STATUS Status;
- UINT32 Value;
+ UINT8 Value;
EFI_PCI_IO_PROTOCOL *PciIo;
UINT8 Temp;
|