Skip to content

Commit 22f41bd

Browse files
committed
fix calloc
1 parent 32d5298 commit 22f41bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libc/allocator.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
assume adl=1
22

33
section .text
4-
public _malloc, _calloc, _free, _realloc
4+
public _malloc, _free, _realloc
55

66
public _calloc
77
_calloc:

0 commit comments

Comments
 (0)