Implemented register state tracking to identify jump tables for jr instructions

This commit is contained in:
Mr-Wiseguy 2022-11-15 19:55:48 -05:00
parent 84fd433dcc
commit 2300a4b6c9
7 changed files with 346 additions and 30 deletions

View file

@ -104,4 +104,6 @@ typedef struct {
uint64_t hi, lo;
} recomp_context;
void switch_error(const char* func, uint32_t vram, uint32_t jtbl);
#endif