Skip to content

Commit ff9c6d1

Browse files
update with new features
1 parent e2a2242 commit ff9c6d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mathri.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1721,7 +1721,7 @@ parse_exponent: ; parse the decimal exponent part into e with sign d
17211721
ftoa: push hl ; save buffer address hl
17221722
push af ; save nonzero buffer size a
17231723
ISNN ; test if bcde is inf or nan
1724-
jr z,0$ ; if bcde is inf or nan then
1724+
jr nz,0$ ; if bcde is inf or nan then
17251725
pop af ; restore buffer size a
17261726
pop hl ; restore buffer address hl
17271727
scf ; set cf

0 commit comments

Comments
 (0)