]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/SwapBytes64.S
Use ASM_PFX to optionnaly set the underscore prefix
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / SwapBytes64.S
index a6a6bb045188ea6ccf99d3cf1114767ec04de963..c15ca444f0fc87fa97b816540ebd71001657ab49 100644 (file)
@@ -29,8 +29,8 @@
 #   IN      UINT64                    Operand
 #   );
 #------------------------------------------------------------------------------
-.globl _InternalMathSwapBytes64
-_InternalMathSwapBytes64:
+.globl ASM_PFX(InternalMathSwapBytes64)
+ASM_PFX(InternalMathSwapBytes64):
     movl    8(%esp), %eax
     movl    4(%esp), %edx
     bswapl  %eax