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 042ebd4cad..03c45ba011 100644 --- a/MdePkg/Library/BaseLib/Ia32/ARShiftU64.S +++ b/MdePkg/Library/BaseLib/Ia32/ARShiftU64.S @@ -19,7 +19,7 @@ #
#------------------------------------------------------------------------------
-.globl ASM_PFX(InternalMathARShiftU64)
+ASM_GLOBAL ASM_PFX(InternalMathARShiftU64)
#------------------------------------------------------------------------------
# UINT64
|