mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2025-05-29 23:03:16 +00:00
Add the concept of unaligned relocs
This commit is contained in:
parent
63345aed55
commit
75a51d2491
5 changed files with 11 additions and 4 deletions
|
@ -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 {
|
||||
|
|
|
@ -56,6 +56,7 @@ 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