mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-29 17:22:56 +08:00
add locals in pikaVM- run instruct
This commit is contained in:
parent
c84147a098
commit
f4ddb7a0a6
@ -549,7 +549,7 @@ int32_t pikaVM_runAsmLine(PikaObj* self,
|
|||||||
}
|
}
|
||||||
|
|
||||||
Arg* resArg =
|
Arg* resArg =
|
||||||
pikaVM_runInstruct(self, globals, globals, instruct, data, invokeQuene0,
|
pikaVM_runInstruct(self, globals, locals, instruct, data, invokeQuene0,
|
||||||
invokeQuene1, &jmp, programCounter);
|
invokeQuene1, &jmp, programCounter);
|
||||||
if (NULL != resArg) {
|
if (NULL != resArg) {
|
||||||
queue_pushArg(invokeQuene0, resArg);
|
queue_pushArg(invokeQuene0, resArg);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user