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

Method emit_comment

src/cgenerator.cpp:561–563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

559}
560
561void N64Recomp::CGenerator::emit_comment(const std::string& comment) const {
562 fmt::print(output_file, "// {}\n", comment);
563}
564
565void N64Recomp::CGenerator::process_binary_op(const BinaryOp& op, const InstructionContext& ctx) const {
566 // Thread local variables to prevent allocations when possible.

Callers 1

process_instructionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected