diff options
Diffstat (limited to 'src/runtime/mgcstack.go')
| -rw-r--r-- | src/runtime/mgcstack.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/runtime/mgcstack.go b/src/runtime/mgcstack.go index f4a83f5f59..6b552203ee 100644 --- a/src/runtime/mgcstack.go +++ b/src/runtime/mgcstack.go @@ -166,6 +166,8 @@ func (obj *stackObject) setRecord(r *stackObjectRecord) { // A stackScanState keeps track of the state used during the GC walk // of a goroutine. type stackScanState struct { + cache pcvalueCache + // stack limits stack stack |
