From 222ad7c5b260afb6394e39c2bdbd69a92cf4a7d5 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 28 Feb 2016 19:11:14 -0500 Subject: eshtrans/eshrt: Re-add __frame_set() call to __fn_start() This saves the list of local variables to the stack. --- (limited to 'eshtrans') 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}" -- cgit v0.9.1