Revert "ssa: defer load/store func and args"

This commit is contained in:
七叶
2024-12-03 21:00:49 +08:00
committed by GitHub
parent 7e9542e79a
commit 3505be422e
4 changed files with 4 additions and 69 deletions

View File

@@ -32,9 +32,8 @@ type Defer struct {
Addr unsafe.Pointer // sigjmpbuf
Bits uintptr
Link *Defer
Reth unsafe.Pointer // block address after Rethrow
Rund unsafe.Pointer // block address after RunDefers
Args []unsafe.Pointer // defer func and args
Reth unsafe.Pointer // block address after Rethrow
Rund unsafe.Pointer // block address after RunDefers
}
// Recover recovers a panic.