proc.go
133 KB
-
runtime: fix sigprof frame counting · 6065f1c5
If sigtramp and sigtrampgo are both on stack, n -= framesToDiscard is executed twice, which should actually run only once. Reviewed-on: https://go-review.googlesource.com/c/159238 From-SVN: r268366Ian Lance Taylor committed