mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-26 23:24:03 +02:00
Core/Dxe: Fixed memory type in Ring3AllocatePages(), and code alignment.
This commit is contained in:
parent
70b97bff7c
commit
b6db1dd9ac
@ -128,7 +128,7 @@ Ring3AllocatePages (
|
||||
Status = SysCall (
|
||||
SysCallAllocatePages,
|
||||
Type,
|
||||
MemoryType,
|
||||
EfiRing3MemoryType,
|
||||
NumberOfPages,
|
||||
Memory
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user