]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/EfiCopyMemSSE2.c
Sync all bug fixes between EDK1.04 and EDK1.06 into EdkCompatibilityPkg.
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Library / EfiCommonLib / Ia32 / EfiCopyMemSSE2.c
index 9a15288f5c793a5ec923c6aa856dd2a6ee8d345d..595c008a049acaec7cb881689f5e87f90092d06a 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2006, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2006 - 2010, 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
@@ -104,13 +104,13 @@ _CopyBlocks:
 copyxmm:\r
   \r
   movdqu xmm0, OWORD PTR ds:[esi]\r
-  movdqu QWORD PTR ds:[edi], xmm0\r
+  movdqu OWORD PTR ds:[edi], xmm0\r
   movdqu xmm1, OWORD PTR ds:[esi+16]\r
-  movdqu QWORD PTR ds:[edi+16], xmm1\r
+  movdqu OWORD PTR ds:[edi+16], xmm1\r
   movdqu xmm2, OWORD PTR ds:[esi+32]\r
-  movdqu QWORD PTR ds:[edi+32], xmm2\r
+  movdqu OWORD PTR ds:[edi+32], xmm2\r
   movdqu xmm3, OWORD PTR ds:[esi+48]\r
-  movdqu QWORD PTR ds:[edi+48], xmm3\r
+  movdqu OWORD PTR ds:[edi+48], xmm3\r
   \r
   add   edi, 64\r
   add   esi, 64\r