1
0
mirror of https://github.com/janet-lang/janet synced 2025-10-31 07:33:01 +00:00

More work on dogfood repl.

This commit is contained in:
Calvin Rose
2017-05-09 20:06:53 -04:00
parent fd72219a2a
commit b7083f6f18
6 changed files with 15 additions and 17 deletions

View File

@@ -398,6 +398,7 @@ int gst_continue(Gst *vm) {
}
}
stack = vm->thread->data + vm->thread->count;
stack[gst_frame_ret(stack)] = vm->ret;
pc = gst_frame_pc(stack);
continue;