]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseMemoryLibRepStr/Ia32/CopyMem.S
Fix bug in .S files.
[mirror_edk2.git] / MdePkg / Library / BaseMemoryLibRepStr / Ia32 / CopyMem.S
index 4215c203935bb44975f31a71565851ca4e4a5baf..e80a00deb4bf7de1df0c6f9aae5bf6c1fd48c3a9 100644 (file)
@@ -53,6 +53,6 @@ L0:
     movsb                               # Copy bytes backward
     cld
     movl    12(%esp),%eax               # eax <- Destination as return value
-    pop    %edi
-    pop    %esi
+    pop     %edi
+    pop     %esi
     ret