mirror of
https://github.com/encounter/decomp-toolkit.git
synced 2025-06-12 01:23:43 +00:00
parent
e359ea1e9e
commit
3841004947
@ -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()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user