]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/X64/SwitchStack.S
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Library / BaseLib / X64 / SwitchStack.S
index dc8d80e40b9e4cf8df50938de3914f20a8ff976d..5ce2612a7b4d98b55cfa90f214c2efeabdc83fd2 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
 # This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r
 # which accompanies this distribution.  The full text of the license may be found at\r
@@ -37,9 +37,9 @@
 #------------------------------------------------------------------------------\r
 ASM_GLOBAL ASM_PFX(InternalSwitchStack)\r
 ASM_PFX(InternalSwitchStack):\r
-         pushq   %rbp            \r
-       movq    %rsp, %rbp\r
-    \r
+    pushq   %rbp\r
+    movq    %rsp, %rbp\r
+\r
     mov     %rcx, %rax  // Shift registers for new call\r
     mov     %rdx, %rcx\r
     mov     %r8, %rdx\r