Revision: 15098
          http://sourceforge.net/p/edk2/code/15098
Author:   niruiyu
Date:     2014-01-11 03:21:21 +0000 (Sat, 11 Jan 2014)
Log Message:
-----------
Fix GCC build failure.

Signed-off-by: Ruiyu Ni <[email protected]>

Modified Paths:
--------------
    trunk/edk2/MdeModulePkg/Universal/DebugPortDxe/DebugPort.c

Modified: trunk/edk2/MdeModulePkg/Universal/DebugPortDxe/DebugPort.c
===================================================================
--- trunk/edk2/MdeModulePkg/Universal/DebugPortDxe/DebugPort.c  2014-01-10 
22:34:13 UTC (rev 15097)
+++ trunk/edk2/MdeModulePkg/Universal/DebugPortDxe/DebugPort.c  2014-01-11 
03:21:21 UTC (rev 15098)
@@ -65,7 +65,7 @@
   EFI_DEVICE_PATH_PROTOCOL  *DebugPortVariable;
   EFI_DEVICE_PATH_PROTOCOL  *DevicePath;
 
-  GetVariable2 (EFI_DEBUGPORT_VARIABLE_NAME, &gEfiDebugPortVariableGuid, 
&DebugPortVariable, &DataSize);
+  GetVariable2 (EFI_DEBUGPORT_VARIABLE_NAME, &gEfiDebugPortVariableGuid, (VOID 
**) &DebugPortVariable, &DataSize);
   if (DebugPortVariable == NULL) {
     return NULL;
   }

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to