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