]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/InternalSwitchStack.S
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / InternalSwitchStack.S
index dc0cbd48347435d5d2803e15edd2f89ffe8ca700..027379efd7a0bfac96ff6f77eee33e11ff235bed 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
 # Portions copyright (c) 2011, Apple Inc. All rights reserved.<BR>\r
 # This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r
@@ -34,15 +34,15 @@ ASM_GLOBAL ASM_PFX(InternalSwitchStack)
 #------------------------------------------------------------------------------\r
 ASM_PFX(InternalSwitchStack):\r
   pushl %ebp\r
-       movl    %esp, %ebp\r
+  movl  %esp, %ebp\r
 \r
-       movl    20(%ebp), %esp      # switch stack\r
-       subl    $8, %esp\r
+  movl  20(%ebp), %esp      # switch stack\r
+  subl  $8, %esp\r
 \r
-       movl    16(%ebp), %eax\r
-       movl    %eax, 4(%esp)\r
-       movl    12(%ebp), %eax\r
-       movl    %eax, (%esp)\r
-       pushl $0                  # keeps gdb from unwinding stack\r
-       jmp   *8(%ebp)            # call and never return \r
+  movl  16(%ebp), %eax\r
+  movl  %eax, 4(%esp)\r
+  movl  12(%ebp), %eax\r
+  movl  %eax, (%esp)\r
+  pushl $0                  # keeps gdb from unwinding stack\r
+  jmp   *8(%ebp)            # call and never return\r
 \r