| 1649 | } |
| 1650 | |
| 1651 | void N64Recomp::LiveGenerator::emit_case(int case_index, const std::string& target_label) const { |
| 1652 | (void)case_index; |
| 1653 | (void)target_label; |
| 1654 | // Nothing to do here, the jump table is built in emit_switch. |
| 1655 | } |
| 1656 | |
| 1657 | void N64Recomp::LiveGenerator::emit_switch_error(uint32_t instr_vram, uint32_t jtbl_vram) const { |
| 1658 | (void)instr_vram; |
nothing calls this directly
no outgoing calls
no test coverage detected