diff options
author | P. J. McDermott <pj@pehjota.net> | 2016-02-28 19:11:14 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2016-02-28 19:11:14 (EST) |
commit | 222ad7c5b260afb6394e39c2bdbd69a92cf4a7d5 (patch) | |
tree | 0ea99313282addf17934fb137915996219e0d040 /eshtrans | |
parent | 9252b299841a8a2a86b9624a4368d7e8e26b9ab7 (diff) | |
download | eggshell-222ad7c5b260afb6394e39c2bdbd69a92cf4a7d5.zip eggshell-222ad7c5b260afb6394e39c2bdbd69a92cf4a7d5.tar.gz eggshell-222ad7c5b260afb6394e39c2bdbd69a92cf4a7d5.tar.bz2 |
eshtrans/eshrt: Re-add __frame_set() call to __fn_start()
This saves the list of local variables to the stack.
Diffstat (limited to 'eshtrans')
-rw-r--r-- | eshtrans/eshrt/eshrtbegin.esh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eshtrans/eshrt/eshrtbegin.esh b/eshtrans/eshrt/eshrtbegin.esh index 5cc3c0a..fcc2df1 100644 --- a/eshtrans/eshrt/eshrtbegin.esh +++ b/eshtrans/eshrt/eshrtbegin.esh @@ -114,6 +114,7 @@ __fn_start() # Update local vars in stack. __fn_update_vars + __frame_set # Old state. __prev_tu="${__fn_tu}" |