1
0
Fork 0
forked from fun/fun
fun/src/vm/core/jump.c

4 lines
55 B
C
Raw Normal View History

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