mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 19:12:25 +00:00
fixed bug in darwin's system.c0 file
This commit is contained in:
parent
5da154ee1c
commit
97fd387827
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
||||||
#include "varargs.h"
|
#include "varargs.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
extern void *malloc(st_size size);
|
extern void *malloc(size_t size);
|
||||||
extern void exit(int status);
|
extern void exit(int status);
|
||||||
|
|
||||||
void (*SYSTEM_Halt)();
|
void (*SYSTEM_Halt)();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue