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

Method recompile_function_live

LiveRecomp/live_generator.cpp:1951–1953  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1949}
1950
1951bool 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
1955N64Recomp::ShimFunction::ShimFunction(recomp_func_ext_t* to_shim, uintptr_t value) {
1956 sljit_compiler* compiler = sljit_create_compiler(nullptr);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected