5 lines
113 B
C
5 lines
113 B
C
|
|
case OP_LINE: {
|
||
|
|
/* operand holds the source line number */
|
||
|
|
vm->current_line = inst.operand;
|
||
|
|
break;
|
||
|
|
}
|