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