]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/ModU64x32.S
Use ASM_PFX to optionnaly set the underscore prefix
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / ModU64x32.S
index b2829c09c7f2dd535c4afbc222a0be568c9f7e2c..00dc6a08ab79b8b95c63c5117145b85d5a3dcd90 100644 (file)
@@ -19,7 +19,7 @@
 #\r
 #------------------------------------------------------------------------------\r
 \r
-.globl _InternalMathModU64x32\r
+.globl ASM_PFX(InternalMathModU64x32)\r
 \r
 #------------------------------------------------------------------------------\r
 # UINT32\r
@@ -29,7 +29,7 @@
 #   IN      UINT32                    Divisor\r
 #   );\r
 #------------------------------------------------------------------------------\r
-_InternalMathModU64x32:\r
+ASM_PFX(InternalMathModU64x32):\r
     movl    8(%esp), %eax\r
     movl    12(%esp), %ecx\r
     xorl    %edx, %edx\r