1
0
Fork 0
forked from fun/fun
fun/src/vm/line.c

5 lines
113 B
C
Raw Normal View History

case OP_LINE: {
/* operand holds the source line number */
vm->current_line = inst.operand;
break;
}