writing _IMP ins argratem

This commit is contained in:
lyon 2022-05-01 12:27:14 +08:00
parent 2ed1750469
commit aa5858f1c6

View File

@ -908,6 +908,10 @@ exit:
}
static Arg* VM_instruction_handler_IMP(PikaObj* self, VMState* vs, char* data) {
/* the module is already imported, skip. */
if(obj_isArgExist(self, data)){
return NULL;
}
return NULL;
}