diff options
Diffstat (limited to 'MdePkg/Library/BaseLib/Ia32/EnableDisableInterrupts.S')
-rw-r--r-- | MdePkg/Library/BaseLib/Ia32/EnableDisableInterrupts.S | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/MdePkg/Library/BaseLib/Ia32/EnableDisableInterrupts.S b/MdePkg/Library/BaseLib/Ia32/EnableDisableInterrupts.S index 80362a95b2..c082561f66 100644 --- a/MdePkg/Library/BaseLib/Ia32/EnableDisableInterrupts.S +++ b/MdePkg/Library/BaseLib/Ia32/EnableDisableInterrupts.S @@ -21,9 +21,7 @@ #
#------------------------------------------------------------------------------
-
-
-
+.global _EnableDisableInterrupts
#------------------------------------------------------------------------------
# VOID
@@ -32,11 +30,7 @@ # VOID
# );
#------------------------------------------------------------------------------
-.global _EnableDisableInterrupts
-_EnableDisableInterrupts:
+_EnableDisableInterrupts:
sti
cli
ret
-
-
-
|