Revision: 13978
          http://edk2.svn.sourceforge.net/edk2/?rev=13978&view=rev
Author:   czhang46
Date:     2012-11-29 02:12:32 +0000 (Thu, 29 Nov 2012)
Log Message:
-----------
Fix Gcc build error

Signed-off-by: Chao Zhang<[email protected]>

Modified Paths:
--------------
    trunk/edk2/SecurityPkg/Tcg/TcgDxe/TcgDxe.c

Modified: trunk/edk2/SecurityPkg/Tcg/TcgDxe/TcgDxe.c
===================================================================
--- trunk/edk2/SecurityPkg/Tcg/TcgDxe/TcgDxe.c  2012-11-29 01:19:20 UTC (rev 
13977)
+++ trunk/edk2/SecurityPkg/Tcg/TcgDxe/TcgDxe.c  2012-11-29 02:12:32 UTC (rev 
13978)
@@ -204,7 +204,7 @@
   Status = gBS->AllocatePool(
                   EfiBootServicesData,
                   sizeof(EFI_CPU_PHYSICAL_LOCATION) * ProcessorNum,
-                  &ProcessorLocBuf
+                  (VOID **) &ProcessorLocBuf
                   );
   if (EFI_ERROR(Status)){
     return Status;

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


------------------------------------------------------------------------------
Keep yourself connected to Go Parallel: 
VERIFY Test and improve your parallel project with help from experts 
and peers. http://goparallel.sourceforge.net
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to