mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2025-05-29 23:03:16 +00:00
Revert "Add the concept of unaligned relocs"
This reverts commit 75a51d2491
.
This commit is contained in:
parent
75a51d2491
commit
2326b7b24f
5 changed files with 4 additions and 11 deletions
|
@ -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 {
|
||||
|
|
|
@ -56,7 +56,6 @@ namespace N64Recomp {
|
|||
uint16_t target_section;
|
||||
RelocType type;
|
||||
bool reference_symbol;
|
||||
bool unaligned;
|
||||
};
|
||||
|
||||
// Special section indices.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue