Fix comment.
This commit is contained in:
parent
db31204950
commit
9d62abb7ac
1 changed files with 2 additions and 2 deletions
|
@ -34,8 +34,8 @@ _strncasecmp:
|
|||
|
||||
; Start of compare loop. Check the counter.
|
||||
|
||||
Loop: dec ptr3
|
||||
beq IncHi ; increment high byte
|
||||
Loop: dec ptr3 ; decrement high byte
|
||||
beq IncHi
|
||||
|
||||
; Compare a byte from the strings
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue