mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2025-05-19 09:54:53 +00:00
Support for $gp relative jump table calls
This commit is contained in:
parent
d33d381617
commit
a6efe6e82b
4 changed files with 78 additions and 2 deletions
|
@ -86,6 +86,7 @@ namespace N64Recomp {
|
|||
bool executable = false;
|
||||
bool relocatable = false; // TODO is this needed? relocs being non-empty should be an equivalent check.
|
||||
bool has_mips32_relocs = false;
|
||||
uint32_t gp_ram_addr = 0;
|
||||
};
|
||||
|
||||
struct ReferenceSection {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue