mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-15 17:02:53 +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);
|
||||
while (1) {
|
||||
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) {
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user