mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-29 17:22:56 +08:00
writing _IMP ins argratem
This commit is contained in:
parent
2ed1750469
commit
aa5858f1c6
@ -908,6 +908,10 @@ exit:
|
|||||||
}
|
}
|
||||||
|
|
||||||
static Arg* VM_instruction_handler_IMP(PikaObj* self, VMState* vs, char* data) {
|
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;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user