VM test ok

This commit is contained in:
lyon1998 2021-10-15 11:04:56 +08:00
parent 978b733ca1
commit 97299f77c1

View File

@ -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;
}