diff options
Diffstat (limited to 'MdePkg/Library/BaseLib/Ia32/FlushCacheLine.S')
-rw-r--r-- | MdePkg/Library/BaseLib/Ia32/FlushCacheLine.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/BaseLib/Ia32/FlushCacheLine.S b/MdePkg/Library/BaseLib/Ia32/FlushCacheLine.S index a1c62755f4..f445464af9 100644 --- a/MdePkg/Library/BaseLib/Ia32/FlushCacheLine.S +++ b/MdePkg/Library/BaseLib/Ia32/FlushCacheLine.S @@ -21,7 +21,7 @@ #
#------------------------------------------------------------------------------
-.global _AsmFlushCacheLine
+.globl _AsmFlushCacheLine
#------------------------------------------------------------------------------
# VOID
|