mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-05 15:28:29 +08:00
[VM] Push entire Arg object to stack instead of just its value.
This commit is contained in:
parent
2e672c12b2
commit
d9110f0041
@ -205,7 +205,7 @@ export class VirtualMachine {
|
||||
case OP_ARG_PUSHW.code:
|
||||
case OP_ARG_PUSHS.code:
|
||||
// push arg as-is
|
||||
this.push_arg_stack(exec, arg0);
|
||||
this.push_arg_stack(exec, inst.args[0]);
|
||||
break;
|
||||
// arithmetic operations
|
||||
case OP_ADD.code:
|
||||
|
Loading…
Reference in New Issue
Block a user