Fix bundle of issue for ICC build
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6740 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -217,7 +217,7 @@ UpdateMemoryMap (
|
||||
Memory = MemoryDescHob.MemDesc[Index].PhysicalStart;
|
||||
Status = gBS->AllocatePages (
|
||||
AllocateAddress,
|
||||
MemoryDescHob.MemDesc[Index].Type,
|
||||
(EFI_MEMORY_TYPE)MemoryDescHob.MemDesc[Index].Type,
|
||||
(UINTN)MemoryDescHob.MemDesc[Index].NumberOfPages,
|
||||
&Memory
|
||||
);
|
||||
@@ -1491,7 +1491,7 @@ Returns:
|
||||
Length--;
|
||||
}
|
||||
|
||||
return ((0xFF - CheckSum) + 1);
|
||||
return (UINT8)((0xFF - CheckSum) + 1);
|
||||
}
|
||||
|
||||
EFI_STATUS
|
||||
|
Reference in New Issue
Block a user