change movb to movw

This commit is contained in:
Li-Ta Lo 2002-05-27 02:29:08 +00:00
commit 75c44f063b

View file

@ -264,7 +264,7 @@ write_common:
movw $PCI_DATA_PORT, %dx
andb $0x03, %al
addb %al, %dl
movb %cx, %ax # Restore %ax
movw %cx, %ax # Restore %ax
outb %al, %dx
RET_SP # End of write_[lpc|pci]_reg