| 452 | } |
| 453 | |
| 454 | void N64Recomp::CGenerator::emit_branch_close() const { |
| 455 | fmt::print(output_file, "}}\n"); |
| 456 | } |
| 457 | |
| 458 | void N64Recomp::CGenerator::emit_switch_close() const { |
| 459 | fmt::print(output_file, "}}\n"); |
no outgoing calls
no test coverage detected