]> Cypherpunks repositories - gostls13.git/commit
runtime: clean up dopanic_m
authorMichael Pratt <mpratt@google.com>
Wed, 20 Jul 2022 15:18:15 +0000 (11:18 -0400)
committerMichael Pratt <mpratt@google.com>
Tue, 2 Aug 2022 18:51:01 +0000 (18:51 +0000)
commit0ad2ec6596afc51341fa3059528d89a0508956ab
tree00001ee14e792dbee19ba74656f3ecb1b8a211fa
parent7e952962dff6aafb9ed888a86a7208f01fbe9508
runtime: clean up dopanic_m

gp is a user G running on the same M as getg(), so it is a fine proxy
for gp.m.

Change-Id: I9aa1dd283ecf28878eeedd7da4ded5c901809832
Reviewed-on: https://go-review.googlesource.com/c/go/+/418576
Run-TryBot: Michael Pratt <mpratt@google.com>
Reviewed-by: Austin Clements <austin@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/runtime/panic.go