fix rtl gpr zero

This commit is contained in:
Blaise Tine
2020-05-06 05:25:20 -04:00
parent 7e748e4e38
commit b1fdf0a947
16 changed files with 34529 additions and 78542 deletions

View File

@@ -274,14 +274,6 @@ void * _sbrk (int nbytes)
// }
} /* _sbrk () */
void _exit(int val)
{
// vx_print_str("Hello from exit\n");
vx_tmc(0);
}
int _open(const char *name, int flags, int mode)
{
// char * write_buffer = (char *) FILE_IO_WRITE;