]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseMemoryLibOptDxe/X64/CopyMem.S
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Library / BaseMemoryLibOptDxe / X64 / CopyMem.S
index 13a47dc1ebe9523d7e2f8125a97d3a56d9a1e563..d6fc9cb860ce91bdfcf4d47c8ec1f92f401a5a83 100644 (file)
@@ -3,7 +3,7 @@
 #\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
@@ -39,7 +39,7 @@ ASM_PFX(InternalMemCopyMem):
     pushq   %rdi\r
     movq    %rdx, %rsi                  # rsi <- Source\r
     movq    %rcx, %rdi                  # rdi <- Destination\r
-    leaq    -1(%rsi,%r8,), %r9          # r9 <- Last byte of Source      \r
+    leaq    -1(%rsi,%r8,), %r9          # r9 <- Last byte of Source\r
     cmpq    %rdi, %rsi\r
     movq    %rdi, %rax                  # rax <- Destination as return value\r
     jae     L0                          # Copy forward if Source > Destination\r