Author: imp
Date: Fri Jan 26 21:51:13 2018
New Revision: 328448
URL: https://svnweb.freebsd.org/changeset/base/328448

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

Modified:
  head/stand/powerpc/kboot/main.c

Modified: head/stand/powerpc/kboot/main.c
==============================================================================
--- head/stand/powerpc/kboot/main.c     Fri Jan 26 21:51:09 2018        
(r328447)
+++ head/stand/powerpc/kboot/main.c     Fri Jan 26 21:51:13 2018        
(r328448)
@@ -130,7 +130,7 @@ main(int argc, const char **argv)
 void
 exit(int code)
 {
-       /* XXX: host_exit */
+       while (1); /* XXX: host_exit */
 }
 
 void
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to