change movb to movw
This commit is contained in:
parent
6bcb2b7d1d
commit
75c44f063b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue