X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FIa32%2FEnablePaging64.S;h=ffa9beb0a1544b6b28b701605fc9b716217d57f3;hb=a2b1bf96b3470f5eb82b47e629f6c3a840f87295;hp=89502b7ef570143cebd0d1b7d7e2b1d450b1135e;hpb=1e56bac2c836f695e84f11f54a10d9bdb938084f;p=mirror_edk2.git diff --git a/MdePkg/Library/BaseLib/Ia32/EnablePaging64.S b/MdePkg/Library/BaseLib/Ia32/EnablePaging64.S index 89502b7ef5..ffa9beb0a1 100644 --- a/MdePkg/Library/BaseLib/Ia32/EnablePaging64.S +++ b/MdePkg/Library/BaseLib/Ia32/EnablePaging64.S @@ -21,7 +21,7 @@ # #------------------------------------------------------------------------------ -.globl _InternalX86EnablePaging64 +.globl ASM_PFX(InternalX86EnablePaging64) #------------------------------------------------------------------------------ # VOID @@ -34,7 +34,7 @@ # IN UINT64 NewStack # ); #------------------------------------------------------------------------------ -_InternalX86EnablePaging64: +ASM_PFX(InternalX86EnablePaging64): cli movl $LongStart, (%esp) movl %cr4, %eax