use OP_NOP in pic_proc_apply
This commit is contained in:
parent
7837a30d53
commit
16466fd35c
|
@ -107,8 +107,7 @@ pic_proc_apply(pic_state *pic)
|
||||||
*pic->ci->fp++ = v;
|
*pic->ci->fp++ = v;
|
||||||
}
|
}
|
||||||
|
|
||||||
iseq[0].insn = OP_JMP; /* OP_NOP */
|
iseq[0].insn = OP_NOP;
|
||||||
iseq[0].u.i = 1;
|
|
||||||
iseq[1].insn = OP_CALL;
|
iseq[1].insn = OP_CALL;
|
||||||
iseq[1].u.i = pic_length(pic, arg_list) + 1;
|
iseq[1].u.i = pic_length(pic, arg_list) + 1;
|
||||||
iseq[2].insn = OP_RET;
|
iseq[2].insn = OP_RET;
|
||||||
|
|
Loading…
Reference in New Issue