Make exit() never return until host_exit can be written.
This commit is contained in:
parent
fe4709c915
commit
71710c12d6
@ -130,7 +130,7 @@ main(int argc, const char **argv)
|
||||
void
|
||||
exit(int code)
|
||||
{
|
||||
/* XXX: host_exit */
|
||||
while (1); /* XXX: host_exit */
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user