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 70b97bff7c
commit b6db1dd9ac
2 changed files with 73 additions and 73 deletions

View File

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