1
0
Fork 0
forked from fun/fun
fun/src/vm_case_jump.c
2025-09-15 08:39:41 +02:00

4 lines
55 B
C

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