From 75c44f063b506ffcdb50c6975ce676a13af5e6a6 Mon Sep 17 00:00:00 2001 From: Li-Ta Lo Date: Mon, 27 May 2002 02:29:08 +0000 Subject: [PATCH] change movb to movw --- src/northsouthbridge/sis/550/ipl.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/northsouthbridge/sis/550/ipl.S b/src/northsouthbridge/sis/550/ipl.S index b493098eec..aa5aa84b9c 100644 --- a/src/northsouthbridge/sis/550/ipl.S +++ b/src/northsouthbridge/sis/550/ipl.S @@ -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