mirror of
https://github.com/encounter/decomp-toolkit.git
synced 2025-12-11 06:27:59 +00:00
@@ -962,6 +962,9 @@ where
|
||||
&mut offset,
|
||||
)?;
|
||||
}
|
||||
} else if info.version >= 3 {
|
||||
// If we don't have relocations, still set fix_size.
|
||||
header.fix_size = Some(offset);
|
||||
}
|
||||
|
||||
for symbol in file.symbols().filter(|s| s.is_definition()) {
|
||||
|
||||
Reference in New Issue
Block a user