diff options
| author | Kai Gunger <kgunger12@gmail.com> | 2026-05-05 00:24:46 -0400 |
|---|---|---|
| committer | Kai Gunger <kgunger12@gmail.com> | 2026-05-05 00:24:46 -0400 |
| commit | 722d5ace0290a2d1cace8a1be5b4c5b0ab3137ec (patch) | |
| tree | b54fa04077696e587db3f4fce681e34e640760b9 /tnslc/compile/function.tnsl | |
| parent | 06c25eef96d43f478fd28b44e0e9dfeae91d07cb (diff) | |
[tnslc] untested caller tmp management
Diffstat (limited to 'tnslc/compile/function.tnsl')
| -rw-r--r-- | tnslc/compile/function.tnsl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tnslc/compile/function.tnsl b/tnslc/compile/function.tnsl index 6f6388e..90eef37 100644 --- a/tnslc/compile/function.tnsl +++ b/tnslc/compile/function.tnsl @@ -650,7 +650,6 @@ struct Function { # Restore tmps in regs s`.restore_caller_tmp(~handle) - handle.end() s`.free_after(~result, true) return result |