]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseMemoryLibOptDxe/X64/SetMem.S
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Library / BaseMemoryLibOptDxe / X64 / SetMem.S
index 2391348b2c19b8720a64f126632bdd6b3a1b428d..c3a4d76b4f469a2f99808bde8651bed0f6fcfc9f 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\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
@@ -47,10 +47,10 @@ ASM_PFX(InternalMemSetMem):
     movq    %rdx, %rcx  # rcx = Count\r
     shrq    $3, %rcx    # rcx = rcx / 8\r
     cld\r
-    rep     stosq \r
+    rep     stosq\r
     movq    %rdx, %rcx  # rcx = rdx\r
     andq    $7, %rcx    # rcx = rcx & 7\r
-    rep     stosb \r
+    rep     stosb\r
     popq    %rax        # rax = Buffer\r
     popq    %rbx\r
     popq    %rdi\r