use OP_NOP in pic_proc_apply

This commit is contained in:
Yuichi Nishiwaki 2014-02-04 16:20:49 +09:00
parent 7837a30d53
commit 16466fd35c
1 changed files with 1 additions and 2 deletions

View File

@ -107,8 +107,7 @@ pic_proc_apply(pic_state *pic)
*pic->ci->fp++ = v;
}
iseq[0].insn = OP_JMP; /* OP_NOP */
iseq[0].u.i = 1;
iseq[0].insn = OP_NOP;
iseq[1].insn = OP_CALL;
iseq[1].u.i = pic_length(pic, arg_list) + 1;
iseq[2].insn = OP_RET;