fix debug info of struct parameter,

This commit is contained in:
Li Jie
2024-09-15 20:21:16 +08:00
parent 9978a370f1
commit 53097ab183
5 changed files with 181 additions and 50 deletions

View File

@@ -63,6 +63,8 @@ type aBuilder struct {
Func Function
Pkg Package
Prog Program
allocVars map[Expr]Expr
}
// Builder represents a builder for creating instructions in a function.