diff options
Diffstat (limited to 'MdePkg/Library/BaseLib/Ia32/ARShiftU64.S')
-rw-r--r-- | MdePkg/Library/BaseLib/Ia32/ARShiftU64.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/BaseLib/Ia32/ARShiftU64.S b/MdePkg/Library/BaseLib/Ia32/ARShiftU64.S index a41cfdb65c..86c536b669 100644 --- a/MdePkg/Library/BaseLib/Ia32/ARShiftU64.S +++ b/MdePkg/Library/BaseLib/Ia32/ARShiftU64.S @@ -19,7 +19,7 @@ #
#------------------------------------------------------------------------------
-.global _InternalMathARShiftU64
+.globl _InternalMathARShiftU64
#------------------------------------------------------------------------------
# UINT64
|