| 1944 | } |
| 1945 | |
| 1946 | void N64Recomp::LiveGenerator::emit_comment(const std::string& comment) const { |
| 1947 | (void)comment; |
| 1948 | // Nothing to do here. |
| 1949 | } |
| 1950 | |
| 1951 | bool N64Recomp::recompile_function_live(LiveGenerator& 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) { |
| 1952 | return recompile_function_custom(generator, context, function_index, output_file, static_funcs_out, tag_reference_relocs); |
nothing calls this directly
no outgoing calls
no test coverage detected