summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseLib/Ia32/DisableInterrupts.S
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/BaseLib/Ia32/DisableInterrupts.S')
-rw-r--r--MdePkg/Library/BaseLib/Ia32/DisableInterrupts.S10
1 files changed, 2 insertions, 8 deletions
diff --git a/MdePkg/Library/BaseLib/Ia32/DisableInterrupts.S b/MdePkg/Library/BaseLib/Ia32/DisableInterrupts.S
index cc9c95c30f..a222d7a700 100644
--- a/MdePkg/Library/BaseLib/Ia32/DisableInterrupts.S
+++ b/MdePkg/Library/BaseLib/Ia32/DisableInterrupts.S
@@ -21,9 +21,7 @@
#
#------------------------------------------------------------------------------
-
-
-
+.global _DisableInterrupts
#------------------------------------------------------------------------------
# VOID
@@ -32,10 +30,6 @@
# VOID
# );
#------------------------------------------------------------------------------
-.global _DisableInterrupts
-_DisableInterrupts:
+_DisableInterrupts:
cli
ret
-
-
-