Removed warning by changing %eax -> %ax as source of move to segment

registers.
This commit is contained in:
Joel Sherrill
2000-01-10 20:40:41 +00:00
parent c084f11df8
commit 119204d80f

View File

@@ -98,9 +98,9 @@ _start16:
| load the other segment registers
+---------------------------------------------------------------------*/
movl $PROT_DATA_SEG, %eax
movl %ax, %ds
movl %ax, %es
movl %ax, %ss
movw %ax, %ds
movw %ax, %es
movw %ax, %ss
movl $start16 + STACKOFF, %esp # set up stack pointer
addl $start16 + STACKOFF, %ebp # set up stack pointer