mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-30 17:14:07 +02:00
SysCall: Fixed MdeModulePkg compilation for XCODE5.
This commit is contained in:
parent
233e9e0a23
commit
0ce839dc64
@ -203,7 +203,7 @@ ASM_PFX(CallRing3):
|
|||||||
SetRing3DataSegmentSelectors
|
SetRing3DataSegmentSelectors
|
||||||
|
|
||||||
; Prepare SYSRET arguments.
|
; Prepare SYSRET arguments.
|
||||||
mov rcx, [gRing3EntryPoint]
|
mov rcx, [ASM_PFX(gRing3EntryPoint)]
|
||||||
pop rdx
|
pop rdx
|
||||||
|
|
||||||
; Save Core Stack pointers and switch to User Stack.
|
; Save Core Stack pointers and switch to User Stack.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user