EmbeddedPkg/PrePiMemoryAllocationLib: Correct missing function argument

Signed-off-by: Savva Mitrofanov <savvamtr@gmail.com>
This commit is contained in:
Savva Mitrofanov 2023-04-05 12:56:43 +06:00
parent b877d75f50
commit 6c9cb4f420
No known key found for this signature in database
GPG Key ID: 774924031750BF64

View File

@ -110,7 +110,8 @@ PhaseFreePages (
VOID *
EFIAPI
PhaseAllocatePool (
IN UINTN AllocationSize
IN EFI_MEMORY_TYPE MemoryType,
IN UINTN AllocationSize
)
{
EFI_HOB_MEMORY_POOL *Hob;