| 1469 | } |
| 1470 | |
| 1471 | static void compile_emit_instruction( compiler * c, instruction instr ) |
| 1472 | { |
| 1473 | dynamic_array_push( c->code, instr ); |
| 1474 | } |
| 1475 | |
| 1476 | static int32_t compile_new_label( compiler * c ) |
| 1477 | { |
no outgoing calls
no test coverage detected