SysCall: Fixed MdeModulePkg compilation for XCODE5.

This commit is contained in:
Mikhail Krichanov 2024-03-13 11:28:03 +03:00
parent 233e9e0a23
commit 0ce839dc64
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ ASM_PFX(CallRing3):
SetRing3DataSegmentSelectors
; Prepare SYSRET arguments.
mov rcx, [gRing3EntryPoint]
mov rcx, [ASM_PFX(gRing3EntryPoint)]
pop rdx
; Save Core Stack pointers and switch to User Stack.