aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/panic.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/panic.go')
-rw-r--r--src/runtime/panic.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/runtime/panic.go b/src/runtime/panic.go
index ebb6405c3d..1e61c90aef 100644
--- a/src/runtime/panic.go
+++ b/src/runtime/panic.go
@@ -959,10 +959,6 @@ func (p *_panic) nextDefer() (func(), bool) {
}
}
- // The assembler adjusts p.argp in wrapper functions that shouldn't
- // be visible to recover(), so we need to restore it each iteration.
- p.argp = add(p.startSP, sys.MinFrameSize)
-
for {
for p.deferBitsPtr != nil {
bits := *p.deferBitsPtr