| 1655 | } |
| 1656 | |
| 1657 | void N64Recomp::LiveGenerator::emit_switch_error(uint32_t instr_vram, uint32_t jtbl_vram) const { |
| 1658 | (void)instr_vram; |
| 1659 | (void)jtbl_vram; |
| 1660 | // Nothing to do here, the jump table is built in emit_switch. |
| 1661 | } |
| 1662 | |
| 1663 | void N64Recomp::LiveGenerator::emit_switch_close() const { |
| 1664 | // Nothing to do here, the jump table is built in emit_switch. |
nothing calls this directly
no outgoing calls
no test coverage detected