mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
Forgot to commit this with r263692
llvm-svn: 263721
This commit is contained in:
parent
7f678be718
commit
3542a361ce
@ -487,7 +487,7 @@ void MappingTraits<COFFYAML::Section>::mapping(IO &IO, COFFYAML::Section &Sec) {
|
||||
IO.mapRequired("Characteristics", NC->Characteristics);
|
||||
IO.mapOptional("VirtualAddress", Sec.Header.VirtualAddress, 0U);
|
||||
IO.mapOptional("VirtualSize", Sec.Header.VirtualSize, 0U);
|
||||
IO.mapOptional("Alignment", Sec.Alignment);
|
||||
IO.mapOptional("Alignment", Sec.Alignment, 0U);
|
||||
IO.mapRequired("SectionData", Sec.SectionData);
|
||||
IO.mapOptional("Relocations", Sec.Relocations);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user