]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseMemoryLibMmx/X64/SetMem64.S
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Library / BaseMemoryLibMmx / X64 / SetMem64.S
index a4c7d8cb62f2b5c26a8ac8d43f70a3a7932ed1f3..110c6f2d9c5ef2e9e8f438e90c4e99f414ace56a 100644 (file)
@@ -3,7 +3,7 @@
 #\r
 #------------------------------------------------------------------------------\r
 #\r
 #\r
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006 - 2009, 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
 # 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(InternalMemSetMem64):
     movq      %rcx, %rax                #rax <- Buffer\r
     xchg      %rdx, %rcx                #rcx <- Count\r
 L0:\r
     movq      %rcx, %rax                #rax <- Buffer\r
     xchg      %rdx, %rcx                #rcx <- Count\r
 L0:\r
-    movntq  %mm0, (%rdx) \r
+    movntq  %mm0, (%rdx)\r
     addq    $8, %rdx\r
     loop    L0\r
     mfence\r
     addq    $8, %rdx\r
     loop    L0\r
     mfence\r