Revision: 16627
          http://sourceforge.net/p/edk2/code/16627
Author:   jyao1
Date:     2015-01-20 08:24:12 +0000 (Tue, 20 Jan 2015)
Log Message:
-----------
Fix GCC build error.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: "Yao, Jiewen" <[email protected]>

Modified Paths:
--------------
    trunk/edk2/MdePkg/Library/DxeHstiLib/HstiDxe.c

Modified: trunk/edk2/MdePkg/Library/DxeHstiLib/HstiDxe.c
===================================================================
--- trunk/edk2/MdePkg/Library/DxeHstiLib/HstiDxe.c      2015-01-20 07:31:57 UTC 
(rev 16626)
+++ trunk/edk2/MdePkg/Library/DxeHstiLib/HstiDxe.c      2015-01-20 08:24:12 UTC 
(rev 16627)
@@ -393,7 +393,7 @@
   UINT8                            *SecurityFeaturesVerified;
   EFI_STATUS                       Status;
 
-  Aip = InternalHstiFindAip (Role, ImplementationID, &Hsti, &HstiSize);
+  Aip = InternalHstiFindAip (Role, ImplementationID, (VOID **)&Hsti, 
&HstiSize);
   if (Aip == NULL) {
     return EFI_NOT_STARTED;
   }
@@ -518,7 +518,7 @@
   UINTN                            Offset;
   EFI_STATUS                       Status;
 
-  Aip = InternalHstiFindAip (Role, ImplementationID, &Hsti, &HstiSize);
+  Aip = InternalHstiFindAip (Role, ImplementationID, (VOID **)&Hsti, 
&HstiSize);
   if (Aip == NULL) {
     return EFI_NOT_STARTED;
   }


------------------------------------------------------------------------------
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to