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

Method emit_label

src/cgenerator.cpp:436–439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

434}
435
436void N64Recomp::CGenerator::emit_label(const std::string& label_name) const {
437 fmt::print(output_file,
438 "{}:\n", label_name);
439}
440
441void N64Recomp::CGenerator::emit_jtbl_addend_declaration(const JumpTable& jtbl, int reg) const {
442 std::string jump_variable = fmt::format("jr_addend_{:08X}", jtbl.jr_vram);

Callers 2

process_instructionFunction · 0.45
recompile_function_implFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected