]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
Typo
authorMichael Brown <mcb30@etherboot.org>
Tue, 2 May 2006 21:09:29 +0000 (21:09 +0000)
committerMichael Brown <mcb30@etherboot.org>
Tue, 2 May 2006 21:09:29 +0000 (21:09 +0000)
src/arch/i386/prefix/libprefix.S

index e00388d63ef82fc3485580f9b49c7f5cc9b43b9c..25d51bfa54d4ab8e18c97cbc007857810a1dd61c 100644 (file)
@@ -43,7 +43,7 @@
 install_block:
        /* Preserve registers */
        pushw   %ds
-       pushw   %eax
+       pushl   %eax
        
        /* Starting segment => %ds */
        movw    %cs, %ax
@@ -67,7 +67,7 @@ install_block:
        rep addr32 stosb
 
        /* Restore registers */
-       popw    %eax
+       popl    %eax
        popw    %ds
        ret
        .size install_block, . - install_block