Commit 5690ddc7 authored by Ian Lance Taylor's avatar Ian Lance Taylor

runtime: don't panic on SIGILL, just crash

R=rsc
CC=golang-dev
https://golang.org/cl/5504067
parent 1cf45e38
......@@ -13,7 +13,7 @@ SigTab runtime·sigtab[] = {
/* 1 */ Q+R, "SIGHUP: terminal line hangup",
/* 2 */ Q+R, "SIGINT: interrupt",
/* 3 */ C, "SIGQUIT: quit",
/* 4 */ C+P, "SIGILL: illegal instruction",
/* 4 */ C, "SIGILL: illegal instruction",
/* 5 */ C, "SIGTRAP: trace trap",
/* 6 */ C, "SIGABRT: abort",
/* 7 */ C+P, "SIGBUS: bus error",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment