Add the concept of unaligned relocs

This commit is contained in:
Ethan Lafrenais 2024-11-02 13:59:14 -04:00
parent 63345aed55
commit 75a51d2491
No known key found for this signature in database
GPG key ID: 928A0136009E2745
5 changed files with 11 additions and 4 deletions

View file

@ -23,6 +23,7 @@ namespace N64Recomp {
RelocType reloc_type;
uint32_t reloc_section_index;
uint32_t reloc_target_section_offset;
bool reloc_unaligned;
};
class Generator {

View file

@ -56,6 +56,7 @@ namespace N64Recomp {
uint16_t target_section;
RelocType type;
bool reference_symbol;
bool unaligned;
};
// Special section indices.