llgo/ssa: StringData/StringLen
This commit is contained in:
@@ -79,7 +79,7 @@ func Gen(pkgPath, inFile string, src any) string {
|
||||
ret, err := cl.NewPackage(prog, ssaPkg, files)
|
||||
check(err)
|
||||
|
||||
if prog.NeedPyInit() { // call PyInit if needed
|
||||
if prog.NeedPyInit { // call PyInit if needed
|
||||
ret.PyInit()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user