]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/RShiftU64.S
1. Port X64, IPF and EBC arch for BaseLib
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / RShiftU64.S
index 3aea31b7ef1fc657a2c32df1995682780dab50e4..ca78394e39ffc2ccd1b8624036381561951739c7 100644 (file)
@@ -22,7 +22,7 @@
     .686:
     .code:
 
-.global _InternalMathRShiftU64
+.globl ASM_PFX(InternalMathRShiftU64)
 
 #------------------------------------------------------------------------------
 # UINT64
@@ -32,7 +32,7 @@
 #   IN      UINTN                     Count
 #   );
 #------------------------------------------------------------------------------
-_InternalMathRShiftU64:
+ASM_PFX(InternalMathRShiftU64):
     movb    12(%esp), %cl
     xorl    %edx, %edx
     movl    8(%esp), %eax