diff options
Diffstat (limited to 'MdePkg/Library/BaseLib/Ia32/RRotU64.S')
-rw-r--r-- | MdePkg/Library/BaseLib/Ia32/RRotU64.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/BaseLib/Ia32/RRotU64.S b/MdePkg/Library/BaseLib/Ia32/RRotU64.S index cc5807648a..4b7225b0e3 100644 --- a/MdePkg/Library/BaseLib/Ia32/RRotU64.S +++ b/MdePkg/Library/BaseLib/Ia32/RRotU64.S @@ -19,7 +19,7 @@ #
#------------------------------------------------------------------------------
-.globl ASM_PFX(InternalMathRRotU64)
+ASM_GLOBAL ASM_PFX(InternalMathRRotU64)
#------------------------------------------------------------------------------
# UINT64
|