MFi386: revision 1.17.

Fix the cdboot twiddle display.
This commit is contained in:
nyan 2007-03-04 04:53:17 +00:00
parent 17dc3a8d0b
commit 7077ef9301

View File

@ -705,7 +705,7 @@ read.error: mov %ah,%al # Save error
twiddle: push %ax # Save
push %bx # Save
mov twiddle_index,%al # Load index
mov twiddle_chars,%bx # Address table
mov $twiddle_chars,%bx # Address table
inc %al # Next
and $3,%al # char
mov %al,twiddle_index # Save index for next call