X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FIa32%2FSwapBytes64.S;h=c15ca444f0fc87fa97b816540ebd71001657ab49;hp=a6a6bb045188ea6ccf99d3cf1114767ec04de963;hb=a2b1bf96b3470f5eb82b47e629f6c3a840f87295;hpb=1e56bac2c836f695e84f11f54a10d9bdb938084f diff --git a/MdePkg/Library/BaseLib/Ia32/SwapBytes64.S b/MdePkg/Library/BaseLib/Ia32/SwapBytes64.S index a6a6bb0451..c15ca444f0 100644 --- a/MdePkg/Library/BaseLib/Ia32/SwapBytes64.S +++ b/MdePkg/Library/BaseLib/Ia32/SwapBytes64.S @@ -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