| 1357 | } |
| 1358 | |
| 1359 | static void compile_emit_instruction( compiler * c, instruction instr ) |
| 1360 | { |
| 1361 | dynamic_array_push( c->code, instr ); |
| 1362 | } |
| 1363 | |
| 1364 | static int compile_new_label( compiler * c ) |
| 1365 | { |
no outgoing calls
no test coverage detected