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

Method emit_case

LiveRecomp/live_generator.cpp:1651–1655  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1649}
1650
1651void 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
1657void N64Recomp::LiveGenerator::emit_switch_error(uint32_t instr_vram, uint32_t jtbl_vram) const {
1658 (void)instr_vram;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected