Fix Gcc build error

Signed-off-by: Chao Zhang<chao.b.zhang@intel.com>

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13978 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
czhang46 2012-11-29 02:12:32 +00:00
parent 879dbe18d8
commit bcb7667258
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ GetProcessorsCpuLocation (
Status = gBS->AllocatePool(
EfiBootServicesData,
sizeof(EFI_CPU_PHYSICAL_LOCATION) * ProcessorNum,
&ProcessorLocBuf
(VOID **) &ProcessorLocBuf
);
if (EFI_ERROR(Status)){
return Status;