mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-29 17:22:56 +08:00
VM test ok
This commit is contained in:
parent
978b733ca1
commit
97299f77c1
@ -137,14 +137,6 @@ Arg* pikaVM_runAsmInstruct(PikaObj* self,
|
|||||||
Args* methodArgs = New_args(NULL);
|
Args* methodArgs = New_args(NULL);
|
||||||
while (1) {
|
while (1) {
|
||||||
Arg* methodArg = arg_copy(queue_popArg(q1));
|
Arg* methodArg = arg_copy(queue_popArg(q1));
|
||||||
|
|
||||||
if (methodArg == NULL) {
|
|
||||||
/* argL List no found */
|
|
||||||
args_setErrorCode(sysRes, 4);
|
|
||||||
args_setSysOut(sysRes, "[error] runner: arg no found.");
|
|
||||||
goto RUN_exit;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (NULL == methodArg) {
|
if (NULL == methodArg) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user