mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-26 12:59:05 +08:00
🚀 coroutine.resume can pass arguments
This commit is contained in:
@@ -624,6 +624,7 @@ void vm::o_feach() {
|
||||
}
|
||||
|
||||
void vm::o_callg() {
|
||||
// get main stack directly
|
||||
(++top)[0]=stack[imm[pc]];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user