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

Method emit_function_call_lookup

src/cgenerator.cpp:409–411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);
411}
412
413void N64Recomp::CGenerator::emit_function_call_by_register(int reg) const {
414 fmt::print(output_file, "LOOKUP_FUNC({})(rdram, ctx);\n", gpr_to_string(reg));

Callers 1

process_instructionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected