clang powerpc platform

This commit is contained in:
norayr 2014-04-13 12:12:44 +04:00
parent ad8e18c777
commit 61ef35ff33
21 changed files with 329 additions and 21 deletions

View file

@ -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)();