Core/Dxe: Fixed memory type in Ring3AllocatePages(), and code alignment.

This commit is contained in:
Mikhail Krichanov 2024-11-29 11:30:49 +03:00
parent c23d434619
commit 7720181673
2 changed files with 73 additions and 73 deletions

View File

@ -128,7 +128,7 @@ Ring3AllocatePages (
Status = SysCall ( Status = SysCall (
SysCallAllocatePages, SysCallAllocatePages,
Type, Type,
MemoryType, EfiRing3MemoryType,
NumberOfPages, NumberOfPages,
Memory Memory
); );