mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-15 17:02:53 +08:00
format
This commit is contained in:
parent
8bc6f64215
commit
1043ef7417
@ -493,6 +493,7 @@ static Arg* VM_instruction_handler_OUT(PikaObj* self, VMState* vs, char* data) {
|
||||
arg_setType(outArg, ARG_TYPE_OBJECT);
|
||||
arg_refCntInc(outArg);
|
||||
}
|
||||
|
||||
/* ouput arg to locals */
|
||||
obj_setArg_noCopy(hostObj, data, outArg);
|
||||
if (ARG_TYPE_MATE_OBJECT == outArg_type) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user