Make exit() never return until host_exit can be written.

This commit is contained in:
Warner Losh 2018-01-26 21:51:13 +00:00
parent fe4709c915
commit 71710c12d6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=328448

View File

@ -130,7 +130,7 @@ main(int argc, const char **argv)
void
exit(int code)
{
/* XXX: host_exit */
while (1); /* XXX: host_exit */
}
void