| 456 | } |
| 457 | |
| 458 | void N64Recomp::CGenerator::emit_switch_close() const { |
| 459 | fmt::print(output_file, "}}\n"); |
| 460 | } |
| 461 | |
| 462 | void N64Recomp::CGenerator::emit_switch(const Context& recompiler_context, const JumpTable& jtbl, int reg) const { |
| 463 | (void)recompiler_context; |
no outgoing calls
no test coverage detected