]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseMemoryLibRepStr/Ia32/SetMem64.s
BaseMemoryLib (BaseMemoryLibRepStr):
[mirror_edk2.git] / MdePkg / Library / BaseMemoryLibRepStr / Ia32 / SetMem64.s
index 81f706841f091e5e0858c5c92c660312e2857b1f..1a12bc6ee5c31d7822c128c131d86e7709bb8ea6 100644 (file)
@@ -32,8 +32,8 @@ InternalMemSetMem64:
     movl    20(%esp),%edx
     movl    8(%esp),%edi
 L0: 
-    mov     %eax,-8(%edi,%ecx,4)
-    mov     %edx,-4(%edi,%ecx,4)
+    mov     %eax,-8(%edi,%ecx,8)
+    mov     %edx,-4(%edi,%ecx,8)
     loop    L0
     movl    %edi,%eax
     pop     %edi