mirror of https://github.com/acidanthera/audk.git
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:
parent
879dbe18d8
commit
bcb7667258
|
@ -204,7 +204,7 @@ GetProcessorsCpuLocation (
|
|||
Status = gBS->AllocatePool(
|
||||
EfiBootServicesData,
|
||||
sizeof(EFI_CPU_PHYSICAL_LOCATION) * ProcessorNum,
|
||||
&ProcessorLocBuf
|
||||
(VOID **) &ProcessorLocBuf
|
||||
);
|
||||
if (EFI_ERROR(Status)){
|
||||
return Status;
|
||||
|
|
Loading…
Reference in New Issue