diff --git a/xtldr2/includes/bootman.h b/xtldr2/includes/bootman.h index 5fd9f9b..961718f 100644 --- a/xtldr2/includes/bootman.h +++ b/xtldr2/includes/bootman.h @@ -54,7 +54,7 @@ BlDebugPrint(IN PUINT16 Format, XTCDECL EFI_STATUS -BlMemoreFreePages(IN UINT64 Pages, +BlMemoryFreePages(IN UINT64 Pages, IN EFI_PHYSICAL_ADDRESS Memory); XTCDECL diff --git a/xtldr2/memory.c b/xtldr2/memory.c index a91a99e..19e9397 100644 --- a/xtldr2/memory.c +++ b/xtldr2/memory.c @@ -67,7 +67,7 @@ BlMemoryAllocatePool(IN UINT_PTR Size, */ XTCDECL EFI_STATUS -BlMemoreFreePages(IN UINT64 Pages, +BlMemoryFreePages(IN UINT64 Pages, IN EFI_PHYSICAL_ADDRESS Memory) { return EfiSystemTable->BootServices->FreePages(Memory, Pages);