🚀 coroutine.resume can pass arguments

This commit is contained in:
ValKmjolnir
2023-01-02 18:53:58 +08:00
parent e6e89039b8
commit 48611c50f7
7 changed files with 36 additions and 9 deletions
+1
View File
@@ -624,6 +624,7 @@ void vm::o_feach() {
}
void vm::o_callg() {
// get main stack directly
(++top)[0]=stack[imm[pc]];
}