mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 15:42:25 +00:00
clang powerpc platform
This commit is contained in:
parent
ad8e18c777
commit
61ef35ff33
21 changed files with 329 additions and 21 deletions
|
|
@ -20,7 +20,7 @@
|
|||
#include "varargs.h"
|
||||
#endif
|
||||
|
||||
extern void *malloc(long size);
|
||||
extern void *malloc(unsigned int size);
|
||||
extern void exit(int status);
|
||||
|
||||
void (*SYSTEM_Halt)();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue