X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FIa32%2FEnablePaging32.S;h=df5d67cfac1457413d109611b6f7ce916fed94c2;hb=f1baef624fb7119c54c3389a2cd99b108ee08f0e;hp=39f991fe56db29fe28bbb7b83041ce7c9592377a;hpb=b7089db12047675e829a74674700b03406c432e6;p=mirror_edk2.git diff --git a/MdePkg/Library/BaseLib/Ia32/EnablePaging32.S b/MdePkg/Library/BaseLib/Ia32/EnablePaging32.S index 39f991fe56..df5d67cfac 100644 --- a/MdePkg/Library/BaseLib/Ia32/EnablePaging32.S +++ b/MdePkg/Library/BaseLib/Ia32/EnablePaging32.S @@ -21,7 +21,7 @@ # #------------------------------------------------------------------------------ -.globl _InternalX86EnablePaging32 +.globl ASM_PFX(InternalX86EnablePaging32) #------------------------------------------------------------------------------ # VOID @@ -33,7 +33,7 @@ # IN VOID *NewStack # ); #------------------------------------------------------------------------------ -_InternalX86EnablePaging32: +ASM_PFX(InternalX86EnablePaging32): movl 4(%esp), %ebx movl 8(%esp), %ecx movl 12(%esp), %edx