| 474 | } |
| 475 | |
| 476 | void N64Recomp::CGenerator::emit_switch_error(uint32_t instr_vram, uint32_t jtbl_vram) const { |
| 477 | fmt::print(output_file, "default: switch_error(__func__, 0x{:08X}, 0x{:08X});\n", instr_vram, jtbl_vram); |
| 478 | } |
| 479 | |
| 480 | void N64Recomp::CGenerator::emit_return(const Context& context, size_t func_index) const { |
| 481 | (void)func_index; |
no outgoing calls
no test coverage detected