!213 【轻量级 PR】:update src/PikaVM.c.

Merge pull request !213 from Ikko Eltociear Ashimine/N/A
This commit is contained in:
李昂 2023-01-23 11:25:54 +00:00 committed by Gitee
commit 05c2f1e808
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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;