]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/RRotU64.S
Use ASM_PFX to optionnaly set the underscore prefix
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / RRotU64.S
index bf51f38ef63778237472938f09710e56231a02fa..35935639b9b68f0ebb9e2d222c4da2eb3fd0b19e 100644 (file)
@@ -19,7 +19,7 @@
 #\r
 #------------------------------------------------------------------------------\r
 \r
-.globl _InternalMathRRotU64\r
+.globl ASM_PFX(InternalMathRRotU64)\r
 \r
 #------------------------------------------------------------------------------\r
 # UINT64\r
@@ -29,7 +29,7 @@
 #   IN      UINTN                     Count\r
 #   );\r
 #------------------------------------------------------------------------------\r
-_InternalMathRRotU64:\r
+ASM_PFX(InternalMathRRotU64):\r
     push    %ebx\r
     movb    16(%esp), %cl\r
     movl    8(%esp), %eax\r