Switched to g++

This commit is contained in:
fares
2019-11-16 12:23:59 -05:00
parent 19dba43849
commit 53c78b905a
23 changed files with 84432 additions and 201805 deletions

View File

@@ -214,7 +214,7 @@ void * _sbrk (int nbytes)
} /* _sbrk () */
void _exit()
void _exit(int val)
{
//vx_print_str("Hello from exit\n");
vx_tmc(0);