mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-01 12:20:26 +02:00
*** empty log message ***
This commit is contained in:
parent
24aa2715f6
commit
061f7faeca
3 changed files with 4 additions and 3 deletions
|
@ -488,9 +488,9 @@ VM_DEFINE_INSTRUCTION (return, "return", 0, 0, 1)
|
|||
FREE_FRAME ();
|
||||
|
||||
/* Restore the last program */
|
||||
external = fp[bp->nargs + bp->nlocs];
|
||||
program = SCM_VM_FRAME_PROGRAM (fp);
|
||||
CACHE_PROGRAM ();
|
||||
external = fp[bp->nargs + bp->nlocs];
|
||||
PUSH (ret);
|
||||
NEXT;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue