Fix cmpcx->cmp cx
This commit is contained in:
parent
f2025ac6e8
commit
6adf8f912b
1 changed files with 1 additions and 1 deletions
|
|
@ -309,7 +309,7 @@ ColorLoop:
|
|||
; line descriptor list
|
||||
LineLoop:
|
||||
mov cx,[si+StartX] ;set the initial X coordinate
|
||||
cmpcx,-1
|
||||
cmp cx,-1
|
||||
jz LinesDone ;a descriptor with a -1 X
|
||||
; coordinate marks the end
|
||||
; of the list
|
||||
|
|
|
|||
Loading…
Reference in a new issue