- fixed exit

git-svn-id: http://moon:8086/svn/mips@27 a8ebac50-d88d-4704-bea3-6648445a41b3
This commit is contained in:
2015-05-27 18:57:09 +00:00
parent ca387a1ef4
commit 7972ca4d21
+3
View File
@@ -9,6 +9,9 @@
// ---------------------------------------------------------------------------------
void _exit(int reason)
{
(void)reason;
while(1);
}
void libsys_init()