diff options
Diffstat (limited to 'tnslc/compile/function.tnsl')
| -rw-r--r-- | tnslc/compile/function.tnsl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tnslc/compile/function.tnsl b/tnslc/compile/function.tnsl index 0ad8e6f..682236b 100644 --- a/tnslc/compile/function.tnsl +++ b/tnslc/compile/function.tnsl @@ -37,8 +37,8 @@ struct Function { p.loc = reg reg++ ;; else - p.loc = 0 - p.loc = p.loc - stack_down + p.loc = 0 - 1 + p.offset = 0 - stack_down stack_down = stack_down - p.actual_size() ;/ self.inputs.push(~p) |