fall-through error fix
This commit is contained in:
parent
cfc1c8e3b3
commit
b495114937
|
|
@ -338,7 +338,7 @@ is_alpha:
|
|||
jb .false
|
||||
; && c <= 'z') {
|
||||
cmp dil, 'z'
|
||||
jbe .true
|
||||
ja .false
|
||||
; return true;
|
||||
.true:
|
||||
mov rax, 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue