fall-through error fix

This commit is contained in:
janis 2025-10-28 16:29:58 +01:00
parent cfc1c8e3b3
commit b495114937
Signed by: janis
SSH key fingerprint: SHA256:bB1qbbqmDXZNT0KKD5c2Dfjg53JGhj7B3CFcLIzSqq8

View file

@ -338,7 +338,7 @@ is_alpha:
jb .false
; && c <= 'z') {
cmp dil, 'z'
jbe .true
ja .false
; return true;
.true:
mov rax, 1