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

Method emit_function_call

src/cgenerator.cpp:423–425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

421}
422
423void N64Recomp::CGenerator::emit_function_call(const Context& context, size_t function_index) const {
424 fmt::print(output_file, "{}(rdram, ctx);\n", context.functions[function_index].name);
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);

Callers 1

process_instructionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected