Skip to content

Commit 507bdd2

Browse files
Fix calloc
1 parent 491f4d9 commit 507bdd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CEdev/lib/src/std/calloc.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ _calloc:
1818
or a,a
1919
sbc hl,de
2020
pop bc
21-
ex de,hl
2221
ret z
2322
push bc
23+
ex de,hl
2424
or a,a
2525
sbc hl,hl
2626
push hl

0 commit comments

Comments
 (0)