| 1661 | } |
| 1662 | |
| 1663 | void N64Recomp::LiveGenerator::emit_switch_close() const { |
| 1664 | // Nothing to do here, the jump table is built in emit_switch. |
| 1665 | } |
| 1666 | |
| 1667 | void N64Recomp::LiveGenerator::emit_return(const Context& context, size_t func_index) const { |
| 1668 | (void)context; |
nothing calls this directly
no outgoing calls
no test coverage detected