[PECOFF] Fix build error on Win64.

llvm-svn: 183965
This commit is contained in:
Rui Ueyama 2013-06-14 02:43:30 +00:00
parent ef2c5413a9
commit 642c1a2968
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}