]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseMemoryLibMmx/Ia32/SetMem64.S
MdePkg/BaseLib: Add bit field population calculating methods
[mirror_edk2.git] / MdePkg / Library / BaseMemoryLibMmx / Ia32 / SetMem64.S
index 2f514444c87eb6e618fb55a2aa322f46d68f8df3..53379ad0efd73c61abd48c957082488a869bc3b5 100644 (file)
@@ -39,5 +39,5 @@ ASM_PFX(InternalMemSetMem64):
 L0:\r
     movq    %mm0, (%edx)\r
     lea     8(%edx), %edx\r
-    loopl   L0\r
+    loop    L0\r
     ret\r