diff options
Diffstat (limited to 'MdePkg/Library/BaseLib/Ia32/LShiftU64.S')
-rw-r--r-- | MdePkg/Library/BaseLib/Ia32/LShiftU64.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Library/BaseLib/Ia32/LShiftU64.S b/MdePkg/Library/BaseLib/Ia32/LShiftU64.S index ef572700ce..a4b99eb80a 100644 --- a/MdePkg/Library/BaseLib/Ia32/LShiftU64.S +++ b/MdePkg/Library/BaseLib/Ia32/LShiftU64.S @@ -19,7 +19,7 @@ # #------------------------------------------------------------------------------ -.globl _InternalMathLShiftU64 +.globl ASM_PFX(InternalMathLShiftU64) #------------------------------------------------------------------------------ # UINT64 @@ -29,7 +29,7 @@ # IN UINTN Count # ); #------------------------------------------------------------------------------ -_InternalMathLShiftU64: +ASM_PFX(InternalMathLShiftU64): movb 12(%esp), %cl xorl %eax, %eax movl 4(%esp), %edx |