From: Michael Brown Date: Tue, 2 May 2006 21:09:29 +0000 (+0000) Subject: Typo X-Git-Tag: v0.9.3~1440 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc23057b596b64bf4c6845157766eecb7cd19657;p=thirdparty%2Fipxe.git Typo --- diff --git a/src/arch/i386/prefix/libprefix.S b/src/arch/i386/prefix/libprefix.S index e00388d63..25d51bfa5 100644 --- a/src/arch/i386/prefix/libprefix.S +++ b/src/arch/i386/prefix/libprefix.S @@ -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