Merge pull request #6216 from odin-lang/bill/debug-info-fixes

Debug Info Fixes
This commit is contained in:
gingerBill
2026-02-02 11:33:21 +00:00
committed by GitHub
6 changed files with 43 additions and 12 deletions

View File

@@ -1290,7 +1290,7 @@ gb_internal lbValue lb_emit_call(lbProcedure *p, lbValue value, Array<lbValue> c
}
}
lb_add_defer_proc(p, p->scope_index, deferred, result_as_args);
lb_add_defer_proc(p, p->scope_index, deferred, result_as_args, e->token.pos);
}
}