From 722d5ace0290a2d1cace8a1be5b4c5b0ab3137ec Mon Sep 17 00:00:00 2001 From: Kai Gunger Date: Tue, 5 May 2026 00:24:46 -0400 Subject: [tnslc] untested caller tmp management --- tnslc/compile/function.tnsl | 1 - 1 file changed, 1 deletion(-) (limited to 'tnslc/compile/function.tnsl') 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 -- cgit v1.2.3