]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/LRotU64.S
Use ASM_PFX to optionnaly set the underscore prefix
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / LRotU64.S
index 0208134556faa91eaf40a421fb176e11522950da..3b866e27006c688d7447221896920b356b89b280 100644 (file)
@@ -19,7 +19,7 @@
 #\r
 #------------------------------------------------------------------------------\r
 \r
-.globl _InternalMathLRotU64\r
+.globl ASM_PFX(InternalMathLRotU64)\r
 \r
 #------------------------------------------------------------------------------\r
 # UINT64\r
@@ -29,7 +29,7 @@
 #   IN      UINTN                     Count\r
 #   );\r
 #------------------------------------------------------------------------------\r
-_InternalMathLRotU64:\r
+ASM_PFX(InternalMathLRotU64):\r
     push    %ebx\r
     movb    16(%esp), %cl\r
     movl    12(%esp), %edx\r