mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-02-05 17:28:23 +08:00
update src/PikaVM.c.
ouput -> output Signed-off-by: Ikko Eltociear Ashimine <eltociear@gmail.com>
This commit is contained in:
parent
e2a9489a87
commit
f78e7e902c
@ -1892,7 +1892,7 @@ static Arg* VM_instruction_handler_OUT(PikaObj* self,
|
|||||||
arg_setType(out_arg, ARG_TYPE_OBJECT);
|
arg_setType(out_arg, ARG_TYPE_OBJECT);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ouput arg to context */
|
/* output arg to context */
|
||||||
if (arg_path == arg_name) {
|
if (arg_path == arg_name) {
|
||||||
obj_setArg_noCopy(context, arg_path, out_arg);
|
obj_setArg_noCopy(context, arg_path, out_arg);
|
||||||
return NULL;
|
return NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user