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

Method set_reference_symbol_jump

LiveRecomp/live_generator.cpp:213–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213void N64Recomp::LiveGeneratorOutput::set_reference_symbol_jump(size_t jump_index, recomp_func_t* func) {
214 const auto& jump_entry = reference_symbol_jumps[jump_index];
215 sljit_set_jump_addr(reinterpret_cast<sljit_uw>(jump_entry.second), reinterpret_cast<sljit_uw>(func), executable_offset);
216}
217
218N64Recomp::ReferenceJumpDetails N64Recomp::LiveGeneratorOutput::get_reference_symbol_jump_details(size_t jump_index) {
219 return reference_symbol_jumps[jump_index].first;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected