diff options
Diffstat (limited to 'sys/arch/i386/stand/libsa/startprog.S')
-rw-r--r-- | sys/arch/i386/stand/libsa/startprog.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/libsa/startprog.S b/sys/arch/i386/stand/libsa/startprog.S index e1f4e267a43..465c8f888a5 100644 --- a/sys/arch/i386/stand/libsa/startprog.S +++ b/sys/arch/i386/stand/libsa/startprog.S @@ -1,4 +1,4 @@ -/* $OpenBSD: startprog.S,v 1.1 1997/03/31 03:12:17 weingart Exp $ */ +/* $OpenBSD: startprog.S,v 1.2 1997/03/31 05:52:25 weingart Exp $ */ #include <machine/asm.h> @@ -32,7 +32,7 @@ ENTRY(startprog) # push on our entry address movl $0x8, %ebx # segment - pushw %bx + pushl %bx pushl %ecx # convert over the other data segs |