diff options
Diffstat (limited to 'MdePkg/Library/BaseLib/Ia32/DivU64x32.S')
-rw-r--r-- | MdePkg/Library/BaseLib/Ia32/DivU64x32.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Library/BaseLib/Ia32/DivU64x32.S b/MdePkg/Library/BaseLib/Ia32/DivU64x32.S index 158b382a4a..b858278e64 100644 --- a/MdePkg/Library/BaseLib/Ia32/DivU64x32.S +++ b/MdePkg/Library/BaseLib/Ia32/DivU64x32.S @@ -19,7 +19,7 @@ # #------------------------------------------------------------------------------ -.globl _InternalMathDivU64x32 +.globl ASM_PFX(InternalMathDivU64x32) #------------------------------------------------------------------------------ # UINT64 @@ -29,7 +29,7 @@ # IN UINT32 Divisor # ); #------------------------------------------------------------------------------ -_InternalMathDivU64x32: +ASM_PFX(InternalMathDivU64x32): movl 8(%esp), %eax movl 12(%esp), %ecx xorl %edx, %edx |