]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/LShiftU64.S
Use ASM_PFX to optionnaly set the underscore prefix
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / LShiftU64.S
index 6912b86fc3c0c74f237afa3627dfa03c6987f839..a4b99eb80a128a1f5b372e421836fbd0a509dea8 100644 (file)
@@ -19,7 +19,7 @@
 #
 #------------------------------------------------------------------------------
 
-.global _InternalMathLShiftU64
+.globl ASM_PFX(InternalMathLShiftU64)
 
 #------------------------------------------------------------------------------
 # UINT64
@@ -29,7 +29,7 @@
 #   IN      UINTN                     Count
 #   );
 #------------------------------------------------------------------------------
-_InternalMathLShiftU64:
+ASM_PFX(InternalMathLShiftU64):
     movb    12(%esp), %cl
     xorl    %eax, %eax
     movl    4(%esp), %edx