diff options
| author | Kai Gunger <kgunger12@gmail.com> | 2026-07-07 04:07:42 -0400 |
|---|---|---|
| committer | Kai Gunger <kgunger12@gmail.com> | 2026-07-07 04:07:42 -0400 |
| commit | 039810c285f17e1fc1fe78a8b5cb691b7616d106 (patch) | |
| tree | 681fb608c84919b751477905e053437b2b0d979a /tnslc/compile/function.tnsl | |
| parent | fc0262447a128ec8047689ddb885cffa8aa6e2dc (diff) | |
[tnslc] some deref issues
Diffstat (limited to 'tnslc/compile/function.tnsl')
| -rw-r--r-- | tnslc/compile/function.tnsl | 2 |
1 files changed, 1 insertions, 1 deletions
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 |