diff options
Diffstat (limited to 'MdePkg/Library/BaseLib/Ia32/EnableInterrupts.S')
-rw-r--r-- | MdePkg/Library/BaseLib/Ia32/EnableInterrupts.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/BaseLib/Ia32/EnableInterrupts.S b/MdePkg/Library/BaseLib/Ia32/EnableInterrupts.S index 075b85e260..8a40b3afc0 100644 --- a/MdePkg/Library/BaseLib/Ia32/EnableInterrupts.S +++ b/MdePkg/Library/BaseLib/Ia32/EnableInterrupts.S @@ -21,7 +21,7 @@ #
#------------------------------------------------------------------------------
-.global _EnableInterrupts
+.globl _EnableInterrupts
#------------------------------------------------------------------------------
# VOID
|