delegate initial instruction fetch to VM_LOOP

This commit is contained in:
Yuichi Nishiwaki 2014-02-04 18:42:37 +09:00
parent 0e0cc96859
commit 0d33900745
1 changed files with 0 additions and 2 deletions

View File

@ -425,8 +425,6 @@ pic_apply(pic_state *pic, struct pic_proc *proc, pic_value argv)
boot[0].u.i = argc;
boot[1].insn = OP_STOP;
pic->ip = boot;
c = *pic->ip;
goto L_CALL;
VM_LOOP {
CASE(OP_NOP) {