4 lines
55 B
C
4 lines
55 B
C
|
|
case OP_JUMP: {
|
||
|
|
f->ip = inst.operand;
|
||
|
|
break;
|
||
|
|
}
|