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

Method get_reference_symbol_jump_details

LiveRecomp/live_generator.cpp:218–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218N64Recomp::ReferenceJumpDetails N64Recomp::LiveGeneratorOutput::get_reference_symbol_jump_details(size_t jump_index) {
219 return reference_symbol_jumps[jump_index].first;
220}
221
222void N64Recomp::LiveGeneratorOutput::populate_import_symbol_jumps(size_t import_index, recomp_func_t* func) {
223 auto find_range = import_jumps_by_index.equal_range(import_index);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected