forked from OSchip/llvm-project
parent
ef2c5413a9
commit
642c1a2968
|
@ -344,7 +344,7 @@ void SectionHeaderTableChunk::addSection(SectionChunk *chunk) {
|
|||
_sections.push_back(chunk);
|
||||
}
|
||||
|
||||
size_t SectionHeaderTableChunk::size() const {
|
||||
uint64_t SectionHeaderTableChunk::size() const {
|
||||
return _sections.size() * sizeof(llvm::object::coff_section);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue