Skip to content

Commit 5f3d403

Browse files
authored
Oops
1 parent f6313c6 commit 5f3d403

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/crt/llcmps.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ __llcmps:
1616
jr nz, .finish
1717
ld bc, (iy + 9)
1818
ex de, hl
19-
sbc hl, de
20-
add hl, de
19+
sbc hl, bc
20+
add hl, bc
2121
ex de, hl
2222
jr nz, .finish_unsigned
2323
ld bc, (iy + 6)

0 commit comments

Comments
 (0)