- fixed exit
git-svn-id: http://moon:8086/svn/mips@27 a8ebac50-d88d-4704-bea3-6648445a41b3
This commit is contained in:
@@ -9,6 +9,9 @@
|
||||
// ---------------------------------------------------------------------------------
|
||||
void _exit(int reason)
|
||||
{
|
||||
(void)reason;
|
||||
|
||||
while(1);
|
||||
}
|
||||
|
||||
void libsys_init()
|
||||
|
||||
Reference in New Issue
Block a user