1
0
Fork 0
forked from fun/fun
fun/src/vm_case_jump.c

4 lines
55 B
C
Raw Normal View History

case OP_JUMP: {
f->ip = inst.operand;
break;
}