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