]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/X64/SetJump.S
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Library / BaseLib / X64 / SetJump.S
index ea9e225a938e657461ddbf1ddff3435250f13900..582f67168146f17a4f43b5a06ebe45f7f2e5c520 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
@@ -39,7 +39,7 @@ ASM_PFX(SetJump):
     mov    %rdx,0x48(%rcx)\r
     # save non-volatile fp registers\r
     stmxcsr 0x50(%rcx)\r
-    movdqu  %xmm6, 0x58(%rcx) \r
+    movdqu  %xmm6, 0x58(%rcx)\r
     movdqu  %xmm7, 0x68(%rcx)\r
     movdqu  %xmm8, 0x78(%rcx)\r
     movdqu  %xmm9, 0x88(%rcx)\r
@@ -48,6 +48,6 @@ ASM_PFX(SetJump):
     movdqu  %xmm12, 0xB8(%rcx)\r
     movdqu  %xmm13, 0xC8(%rcx)\r
     movdqu  %xmm14, 0xD8(%rcx)\r
-    movdqu  %xmm15, 0xE8(%rcx)     \r
+    movdqu  %xmm15, 0xE8(%rcx)\r
     xor    %rax,%rax\r
     jmpq   *%rdx\r