]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseMemoryLibMmx/Ia32/CopyMem.S
Fix bug in .S files.
[mirror_edk2.git] / MdePkg / Library / BaseMemoryLibMmx / Ia32 / CopyMem.S
index 3c00c2a81eaa5ef964502c22f989e62048036974..fff8bde5ea9d60eb04a3ea16701e0857ec65cf43 100644 (file)
@@ -85,6 +85,6 @@ L2:
     movsb
     cld
     movl    12(%esp), %eax
-    pop    %esi
-    pop    %edi
+    pop     %edi
+    pop     %esi
     ret