MCPcopy Create free account
hub / github.com/N64Recomp/N64Recomp / emit_switch_error

Method emit_switch_error

LiveRecomp/live_generator.cpp:1657–1661  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1655}
1656
1657void 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
1663void N64Recomp::LiveGenerator::emit_switch_close() const {
1664 // Nothing to do here, the jump table is built in emit_switch.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected