mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2025-06-04 09:43:14 +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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue