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

Method AbsoluteJump

src/analysis.h:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12 uint32_t instruction_vram;
13
14 AbsoluteJump(uint32_t jump_target, uint32_t instruction_vram) : jump_target(jump_target), instruction_vram(instruction_vram) {}
15 };
16
17 struct FunctionStats {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected