r268366 - in /trunk: gcc/go/gofrontend/MERGE li...
ian@gcc.gnu.org
ian@gcc.gnu.org
Tue Jan 29 15:31:00 GMT 2019
Author: ian
Date: Tue Jan 29 15:31:10 2019
New Revision: 268366
URL: https://gcc.gnu.org/viewcvs?rev=268366&root=gcc&view=rev
Log:
runtime: fix sigprof frame counting
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
Modified:
trunk/gcc/go/gofrontend/MERGE
trunk/libgo/go/runtime/proc.go
More information about the Gcc-cvs
mailing list