]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseMemoryLibSse2/X64/CopyMem.S
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Library / BaseMemoryLibSse2 / X64 / CopyMem.S
index d8a58a70706ec3343ea479538b4aa537d3633cdf..bbe433d360a87c92172cf95e9501325f6e550b35 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
@@ -46,8 +46,8 @@ ASM_PFX(InternalMemCopyMem):
     jae     L0                          # Copy forward if Source > Destination\r
     cmpq    %rdi, %r9                   # Overlapped?\r
     jae     L_CopyBackward              # Copy backward if overlapped\r
-L0:            \r
-    xorq    %rcx, %rcx                    \r
+L0:\r
+    xorq    %rcx, %rcx\r
     subq    %rdi, %rcx                  # rcx <- -rdi\r
     andq    $15, %rcx                   # rcx + rsi should be 16 bytes aligned\r
     jz      L1                          # skip if rcx == 0\r