Revision: 16746
http://sourceforge.net/p/edk2/code/16746
Author: vanjeff
Date: 2015-02-04 08:30:31 +0000 (Wed, 04 Feb 2015)
Log Message:
-----------
Fix GCC build error.
(Sync patch r16627 from main trunk.)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: "Yao, Jiewen" <[email protected]>
Revision Links:
--------------
http://sourceforge.net/p/edk2/code/16627
Modified Paths:
--------------
branches/UDK2014.SP1/MdePkg/Library/DxeHstiLib/HstiDxe.c
Modified: branches/UDK2014.SP1/MdePkg/Library/DxeHstiLib/HstiDxe.c
===================================================================
--- branches/UDK2014.SP1/MdePkg/Library/DxeHstiLib/HstiDxe.c 2015-02-04
08:29:40 UTC (rev 16745)
+++ branches/UDK2014.SP1/MdePkg/Library/DxeHstiLib/HstiDxe.c 2015-02-04
08:30:31 UTC (rev 16746)
@@ -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;
}
------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits