Commit 76dcb9b3 authored by David du Colombier's avatar David du Colombier

runtime: handle "sys: trap: divide error" note on Plan 9

Fixes #7286.

LGTM=rsc
R=rsc
CC=golang-codereviews
https://golang.org/cl/61410044
parent d0252b17
......@@ -18,6 +18,7 @@ SigTab runtime·sigtab[] = {
// exception.
P, "sys: trap: fault read addr",
P, "sys: trap: fault write addr",
P, "sys: trap: divide error",
T, "sys: trap:",
N, "sys: bad sys call",
......
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