Fixed to page sensing
This commit is contained in:
parent
5b3a40c2cd
commit
8554bfe2cf
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue