]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseMemoryLibMmx/X64/SetMem32.S
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Library / BaseMemoryLibMmx / X64 / SetMem32.S
index 4ab8e3a21d1293c06d0554c9e29cc9feb5e31387..82c7cbf4d6de86ca8fdcc41166d2fe79ba122a56 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
@@ -43,13 +43,13 @@ ASM_PFX(InternalMemSetMem32):
     jz      L_SetDwords\r
    .byte    0x0f, 0x70, 0x0C0, 0x44\r
 L0:\r
-    movntq  %mm0, (%rdx) \r
+    movntq  %mm0, (%rdx)\r
     leaq    8(%rdx), %rdx               # use "lea" to avoid flag changes\r
     loop    L0\r
     mfence\r
 L_SetDwords:\r
     jnc     L1\r
-    movd    %mm0, (%rdx) \r
+    movd    %mm0, (%rdx)\r
 L1:\r
     ret\r
 \r