- exit(): no debug print
git-svn-id: http://moon:8086/svn/mips@84 a8ebac50-d88d-4704-bea3-6648445a41b3
This commit is contained in:
@@ -33,7 +33,6 @@ void exit_critical()
|
|||||||
|
|
||||||
void _exit (int exitcode)
|
void _exit (int exitcode)
|
||||||
{
|
{
|
||||||
sputs("\n\rexit\n\r");
|
|
||||||
fflush(stdout);
|
fflush(stdout);
|
||||||
fflush(stderr);
|
fflush(stderr);
|
||||||
while(1);
|
while(1);
|
||||||
|
|||||||
Reference in New Issue
Block a user