X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FIa32%2FWriteIdtr.S;h=fc5e6cd42e731de0e8956ff2fdd0fa55ab900367;hp=3e6da5c1c5fa817e5e29bc4ae8256fda51aee830;hb=3f566587aea64bb986866c7f69a6b82891bf59db;hpb=31a9215c3223d3818d1709f39d06774e18df103f diff --git a/MdePkg/Library/BaseLib/Ia32/WriteIdtr.S b/MdePkg/Library/BaseLib/Ia32/WriteIdtr.S index 3e6da5c1c5..fc5e6cd42e 100644 --- a/MdePkg/Library/BaseLib/Ia32/WriteIdtr.S +++ b/MdePkg/Library/BaseLib/Ia32/WriteIdtr.S @@ -21,10 +21,6 @@ # #------------------------------------------------------------------------------ - - - - #------------------------------------------------------------------------------ # VOID # EFIAPI @@ -33,10 +29,7 @@ # ); #------------------------------------------------------------------------------ .global _InternalX86WriteIdtr -_InternalX86WriteIdtr: - movl 4(%esp),%eax +_InternalX86WriteIdtr: + movl 4(%esp), %eax lidt (%eax) ret - - -