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

Method emit_goto

src/cgenerator.cpp:431–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

429}
430
431void N64Recomp::CGenerator::emit_goto(const std::string& target) const {
432 fmt::print(output_file,
433 " goto {};\n", target);
434}
435
436void N64Recomp::CGenerator::emit_label(const std::string& label_name) const {
437 fmt::print(output_file,

Callers 2

process_instructionFunction · 0.45
recompile_function_implFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected