Dear MdeModulePkg maintainer,

Please review this patch that fixes a warning with Xcode. 

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: af...@apple.com

svn diff --diff-cmd diff Bus/Pci/PciBusDxe/PciOptionRomSupport.c
Index: Bus/Pci/PciBusDxe/PciOptionRomSupport.c
===================================================================
--- Bus/Pci/PciBusDxe/PciOptionRomSupport.c     (revision 14050)
+++ Bus/Pci/PciBusDxe/PciOptionRomSupport.c     (working copy)
@@ -236,7 +236,7 @@
   IN OUT PCI_IO_DEVICE    *PciIoDevice
   )
 {
-  UINT8                           RomBarIndex;
+  UINT16                          RomBarIndex;
   UINT32                          AllOnes;
   UINT64                          Address;
   EFI_STATUS                      Status;


Andrew Fish





------------------------------------------------------------------------------
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to