mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2025-05-20 02:14:55 +00:00
Implemented register state tracking to identify jump tables for jr instructions
This commit is contained in:
parent
84fd433dcc
commit
2300a4b6c9
7 changed files with 346 additions and 30 deletions
2
recomp.h
2
recomp.h
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue