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