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