X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/7c78c5292a74d7cc20fc03e02fbfc976e072f928..f74c75964edafe4a1463ed848c56509e4c505b6c:/mach/panic.c diff --git a/mach/panic.c b/mach/panic.c index 363739f..b6e91a2 100644 --- a/mach/panic.c +++ b/mach/panic.c @@ -77,7 +77,4 @@ panic(const char *s, ...) #define RB_DEBUGGER 0x1000 /* enter debugger NOW */ (void) host_reboot(master_host_port, RB_DEBUGGER); - - /* 4279008 - don't return */ - abort(); }