From 039810c285f17e1fc1fe78a8b5cb691b7616d106 Mon Sep 17 00:00:00 2001 From: Kai Gunger Date: Tue, 7 Jul 2026 04:07:42 -0400 Subject: [tnslc] some deref issues --- tnslc/compile/function.tnsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tnslc/compile/function.tnsl') diff --git a/tnslc/compile/function.tnsl b/tnslc/compile/function.tnsl index 2a8363a..b2356c5 100644 --- a/tnslc/compile/function.tnsl +++ b/tnslc/compile/function.tnsl @@ -1671,7 +1671,7 @@ struct Function { s`.free_after(~lhs, true) ;/ - # TODO: move lhs maybe if it is in rdi + # TODO: move lhs maybe if it is in rdi or rsi /; if (lhs.loc > 0 && lhs.loc < 11) /; if (s`.is_tmp(~lhs) == false) bool was_ref = false -- cgit v1.2.3