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

Method emit_named_function_call

src/cgenerator.cpp:427–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

425}
426
427void N64Recomp::CGenerator::emit_named_function_call(const std::string& function_name) const {
428 fmt::print(output_file, "{}(rdram, ctx);\n", function_name);
429}
430
431void N64Recomp::CGenerator::emit_goto(const std::string& target) const {
432 fmt::print(output_file,

Callers 1

process_instructionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected