delegate initial instruction fetch to VM_LOOP
This commit is contained in:
parent
0e0cc96859
commit
0d33900745
2
src/vm.c
2
src/vm.c
|
@ -425,8 +425,6 @@ pic_apply(pic_state *pic, struct pic_proc *proc, pic_value argv)
|
||||||
boot[0].u.i = argc;
|
boot[0].u.i = argc;
|
||||||
boot[1].insn = OP_STOP;
|
boot[1].insn = OP_STOP;
|
||||||
pic->ip = boot;
|
pic->ip = boot;
|
||||||
c = *pic->ip;
|
|
||||||
goto L_CALL;
|
|
||||||
|
|
||||||
VM_LOOP {
|
VM_LOOP {
|
||||||
CASE(OP_NOP) {
|
CASE(OP_NOP) {
|
||||||
|
|
Loading…
Reference in New Issue