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

Method emit_branch_close

src/cgenerator.cpp:454–456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

452}
453
454void N64Recomp::CGenerator::emit_branch_close() const {
455 fmt::print(output_file, "}}\n");
456}
457
458void N64Recomp::CGenerator::emit_switch_close() const {
459 fmt::print(output_file, "}}\n");

Callers 1

process_instructionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected