| 46 | }; |
| 47 | |
| 48 | struct SwitchErrorJump { |
| 49 | uint32_t instr_vram; |
| 50 | uint32_t jtbl_vram; |
| 51 | sljit_jump* jump; |
| 52 | }; |
| 53 | |
| 54 | struct N64Recomp::LiveGeneratorContext { |
| 55 | std::string function_name; |
nothing calls this directly
no outgoing calls
no test coverage detected