| 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); |
| 1953 | } |
| 1954 | |
| 1955 | N64Recomp::ShimFunction::ShimFunction(recomp_func_ext_t* to_shim, uintptr_t value) { |
| 1956 | sljit_compiler* compiler = sljit_create_compiler(nullptr); |
nothing calls this directly
no outgoing calls
no test coverage detected