mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
regression tests output check & fixes
This commit is contained in:
parent
3dfefdb2ca
commit
905632aab6
4 changed files with 14 additions and 4 deletions
|
|
@ -235,6 +235,10 @@ static inline void s_exit_f() {
|
|||
#endif
|
||||
s_popn(f_args_sz(&frame));
|
||||
|
||||
if (frame.closure) {
|
||||
s_pop();
|
||||
}
|
||||
|
||||
// save returned value, not in main
|
||||
if (frame.prev_fp != 0) {
|
||||
s_push(frame.ret);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue