build: #3893 do not return LLVM structs from Build

This commit is contained in:
Kenneth Bell
2023-09-11 23:27:47 +01:00
committed by Ayke
parent 13a8eae0d4
commit 58fafaeb5c
4 changed files with 11 additions and 15 deletions
+1 -1
View File
@@ -543,7 +543,7 @@ func (r *runner) run(fn *function, params []value, parentMem *memoryView, indent
// how this function got called.
callErr.Traceback = append(callErr.Traceback, ErrorLine{
Pos: getPosition(inst.llvmInst),
Inst: inst.llvmInst,
Inst: inst.String(),
})
return nil, mem, callErr
}