diff options
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 |