mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-29 17:22:56 +08:00
!213 【轻量级 PR】:update src/PikaVM.c.
Merge pull request !213 from Ikko Eltociear Ashimine/N/A
This commit is contained in:
commit
05c2f1e808
@ -1892,7 +1892,7 @@ static Arg* VM_instruction_handler_OUT(PikaObj* self,
|
||||
arg_setType(out_arg, ARG_TYPE_OBJECT);
|
||||
}
|
||||
|
||||
/* ouput arg to context */
|
||||
/* output arg to context */
|
||||
if (arg_path == arg_name) {
|
||||
obj_setArg_noCopy(context, arg_path, out_arg);
|
||||
return NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user