summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseLib/Ia32/WriteLdtr.S
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/BaseLib/Ia32/WriteLdtr.S')
-rw-r--r--MdePkg/Library/BaseLib/Ia32/WriteLdtr.S11
1 files changed, 2 insertions, 9 deletions
diff --git a/MdePkg/Library/BaseLib/Ia32/WriteLdtr.S b/MdePkg/Library/BaseLib/Ia32/WriteLdtr.S
index 3797bd547d..2be1e9dfb0 100644
--- a/MdePkg/Library/BaseLib/Ia32/WriteLdtr.S
+++ b/MdePkg/Library/BaseLib/Ia32/WriteLdtr.S
@@ -21,10 +21,6 @@
#
#------------------------------------------------------------------------------
-
-
-
-
#------------------------------------------------------------------------------
# VOID
# EFIAPI
@@ -33,10 +29,7 @@
# );
#------------------------------------------------------------------------------
.global _AsmWriteLdtr
-_AsmWriteLdtr:
- movl 4(%esp),%eax
+_AsmWriteLdtr:
+ movl 4(%esp), %eax
lldtw %ax
ret
-
-
-