diff options
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/boot/pc98/boot2/boot1.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/pc98/boot2/boot1.S b/sys/boot/pc98/boot2/boot1.S index e4f48eb1a2619..5c972061d07c1 100644 --- a/sys/boot/pc98/boot2/boot1.S +++ b/sys/boot/pc98/boot2/boot1.S @@ -219,7 +219,7 @@ read: xor %ax,%ax jc read_load and $0xff7f,%si /* SCSI MO */ mov %di,%cx - shr $16,%di + shr $16,%edi mov %di,%dx jmp read_load read_fd: or $0xd000,%si |
