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

Class SwitchErrorJump

LiveRecomp/live_generator.cpp:48–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46};
47
48struct SwitchErrorJump {
49 uint32_t instr_vram;
50 uint32_t jtbl_vram;
51 sljit_jump* jump;
52};
53
54struct N64Recomp::LiveGeneratorContext {
55 std::string function_name;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected