feat: implement llgo.stackSave

This commit is contained in:
Haolan
2025-09-15 13:38:33 +08:00
parent dba7bd498f
commit 2ec5653f5e
8 changed files with 119 additions and 2 deletions

View File

@@ -503,7 +503,8 @@ const (
llgoCgoCheckPointer = llgoCgoBase + 0x6
llgoCgoCgocall = llgoCgoBase + 0x7
llgoAsm = llgoInstrBase + 0x40
llgoAsm = llgoInstrBase + 0x40
llgoStackSave = llgoInstrBase + 0x41
llgoAtomicOpLast = llgoAtomicOpBase + int(llssa.OpUMin)
)