]> git.saurik.com Git - apple/libc.git/blobdiff - mach/panic.c
Libc-391.5.18.tar.gz
[apple/libc.git] / mach / panic.c
index b6e91a2de68a8b48917690582578f63cf8d9b722..363739ffc7e5a6147824f309278e1c3e67d25af0 100644 (file)
@@ -77,4 +77,7 @@ panic(const char *s, ...)
 
 #define RB_DEBUGGER    0x1000  /* enter debugger NOW */
        (void) host_reboot(master_host_port, RB_DEBUGGER);
+
+       /* 4279008 - don't return */
+       abort();
 }