builtin: sigjmpbuf/sigsetjmp/siglongjmp

This commit is contained in:
xushiwei
2024-06-08 14:49:48 +08:00
parent a1978f661b
commit 93be634673
7 changed files with 189 additions and 4 deletions

View File

@@ -309,6 +309,9 @@ const (
llgoIndex = llgoInstrBase + 5
llgoStringData = llgoInstrBase + 6
llgoPyList = llgoInstrBase + 7
llgoSigjmpbuf = llgoInstrBase + 10
llgoSigsetjmp = llgoInstrBase + 11
llgoSiglongjmp = llgoInstrBase + 12
)
func (p *context) funcName(fn *ssa.Function, ignore bool) (*types.Package, string, int) {