From: gikidy Date: Mon, 15 Jun 2009 05:15:51 +0000 (+0000) Subject: Corrected bad declaration. X-Git-Tag: edk2-stable201903~17743 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=7e7e7fec0ab7ba7ee2a434be426a3e0dc36126f9 Corrected bad declaration. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8553 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/DuetPkg/PciBusNoEnumerationDxe/PciEnumeratorSupport.c b/DuetPkg/PciBusNoEnumerationDxe/PciEnumeratorSupport.c index b763c6cce6..421a92c8fc 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;