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

Method emit_function_end

src/cgenerator.cpp:405–407  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

403}
404
405void N64Recomp::CGenerator::emit_function_end() const {
406 fmt::print(output_file, ";}}\n");
407}
408
409void N64Recomp::CGenerator::emit_function_call_lookup(uint32_t addr) const {
410 fmt::print(output_file, "LOOKUP_FUNC(0x{:08X})(rdram, ctx);\n", addr);

Callers 1

recompile_function_implFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected