We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dca1a2 commit 47e6fd0Copy full SHA for 47e6fd0
src/runtime/stack.go
@@ -676,13 +676,6 @@ func adjustframe(frame *stkframe, adjinfo *adjustinfo) {
676
adjustpointer(adjinfo, unsafe.Pointer(frame.varp))
677
}
678
679
- if f.funcID == abi.FuncID_systemstack_switch {
680
- // A special routine at the bottom of stack of a goroutine that does a systemstack call.
681
- // We will allow it to be copied even though we don't
682
- // have full GC info for it (because it is written in asm).
683
- return
684
- }
685
-
686
locals, args, objs := frame.getStackMap(&adjinfo.cache, true)
687
688
// Adjust local variables if stack frame has been allocated.
0 commit comments