Fixed to page sensing

This commit is contained in:
Ronald G. Minnich 2001-09-27 20:10:41 +00:00
commit 8554bfe2cf

View file

@ -290,7 +290,8 @@ next_row:
testb $2, %al
jnz two_rows
testb $1, %bl
jnz ready_for_next_row
/* this used to be jnz but seems it should be jz */
jz ready_for_next_row
two_rows:
movzx %bl, %dx