Revert "Add the concept of unaligned relocs"

This reverts commit 75a51d2491.
This commit is contained in:
Ethan Lafrenais 2024-11-09 00:37:09 -05:00
parent 75a51d2491
commit 2326b7b24f
No known key found for this signature in database
GPG key ID: 928A0136009E2745
5 changed files with 4 additions and 11 deletions

View file

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

View file

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