This commit is contained in:
2026-02-13 03:57:18 -06:00
parent 1df6553577
commit 4f18a0b524
7 changed files with 14637 additions and 14046 deletions

View File

@@ -650,7 +650,8 @@ var qbe_emit = function(ir, qbe) {
continue
}
if (op == "goinvoke") {
emit(` call $cell_rt_goinvoke(l %ctx, l ${s(a1)})`)
emit(` %_goret =l call $cell_rt_goinvoke(l %ctx, l ${s(a1)})`)
emit(` ret %_goret`)
continue
}