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

Method emit_switch_close

LiveRecomp/live_generator.cpp:1663–1665  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1661}
1662
1663void N64Recomp::LiveGenerator::emit_switch_close() const {
1664 // Nothing to do here, the jump table is built in emit_switch.
1665}
1666
1667void N64Recomp::LiveGenerator::emit_return(const Context& context, size_t func_index) const {
1668 (void)context;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected