proc.c
86.4 KB
-
re PR go/77642 (GO Bootstrap fail starting with r239872 splitstack signature does not match) · b276eda4
PR go/77642 runtime: pass correct type to __splitstack_find The code was passing uintptr* to a function that expected size_t*. Based on patch by Andreas Krebbel. Fixes GCC PR 77642. Reviewed-on: https://go-review.googlesource.com/29433 From-SVN: r240275Ian Lance Taylor committed