fix a bug introded in prev prev commit

This commit is contained in:
Yuichi Nishiwaki 2013-10-30 15:40:40 +09:00
parent 1e4ff3276a
commit abd5bc9216
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ pic_apply(pic_state *pic, struct pic_proc *proc, pic_value argv)
boot[0].insn = OP_CALL;
boot[0].u.i = argc;
boot[1].insn = OP_STOP;
pc = &boot;
pc = boot;
goto L_CALL;
VM_LOOP {