Revision: 13956
http://edk2.svn.sourceforge.net/edk2/?rev=13956&view=rev
Author: li-elvin
Date: 2012-11-21 03:03:32 +0000 (Wed, 21 Nov 2012)
Log Message:
-----------
Fix GCC44 build failure.
Modified Paths:
--------------
trunk/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyBiosInterface.h
trunk/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyIde.c
Modified:
trunk/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyBiosInterface.h
===================================================================
--- trunk/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyBiosInterface.h
2012-11-20 07:00:16 UTC (rev 13955)
+++ trunk/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyBiosInterface.h
2012-11-21 03:03:32 UTC (rev 13956)
@@ -18,7 +18,7 @@
#include <FrameworkDxe.h>
-#include <IndustryStandard\Pci.h>
+#include <IndustryStandard/Pci.h>
#include <Guid/SmBios.h>
#include <Guid/Acpi.h>
Modified: trunk/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyIde.c
===================================================================
--- trunk/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyIde.c
2012-11-20 07:00:16 UTC (rev 13955)
+++ trunk/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyIde.c
2012-11-21 03:03:32 UTC (rev 13956)
@@ -281,7 +281,7 @@
Status = gBS->HandleProtocol (
IdeController,
&gEfiPciIoProtocolGuid,
- &PciIo
+ (VOID **)&PciIo
);
if (EFI_ERROR (Status)) {
return ;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits