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