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

Method emit_comment

LiveRecomp/live_generator.cpp:1946–1949  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1944}
1945
1946void N64Recomp::LiveGenerator::emit_comment(const std::string& comment) const {
1947 (void)comment;
1948 // Nothing to do here.
1949}
1950
1951bool N64Recomp::recompile_function_live(LiveGenerator& generator, const Context& context, size_t function_index, std::ostream& output_file, std::span<std::vector<uint32_t>> static_funcs_out, bool tag_reference_relocs) {
1952 return recompile_function_custom(generator, context, function_index, output_file, static_funcs_out, tag_reference_relocs);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected