| 879 | } |
| 880 | |
| 881 | bool N64Recomp::recompile_function_custom(Generator& generator, const Context& context, size_t function_index, std::ostream& output_file, std::span<std::vector<uint32_t>> static_funcs_out, bool tag_reference_relocs) { |
| 882 | return recompile_function_impl(generator, context, function_index, output_file, static_funcs_out, tag_reference_relocs); |
| 883 | } |
nothing calls this directly
no test coverage detected