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

Class ResumeTargets

RSPRecomp/src/rsp_recomp.cpp:200–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200struct ResumeTargets {
201 std::unordered_set<uint32_t> non_delay_targets;
202 std::unordered_set<uint32_t> delay_targets;
203};
204
205void get_overlay_swap_resume_targets(const std::vector<rabbitizer::InstructionRsp>& instrs, ResumeTargets& targets) {
206 bool is_delay_slot = false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected