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

Method emit_switch_close

src/cgenerator.cpp:458–460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

456}
457
458void N64Recomp::CGenerator::emit_switch_close() const {
459 fmt::print(output_file, "}}\n");
460}
461
462void N64Recomp::CGenerator::emit_switch(const Context& recompiler_context, const JumpTable& jtbl, int reg) const {
463 (void)recompiler_context;

Callers 1

process_instructionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected