llvm-svn: 133770
This commit is contained in:
Jim Grosbach 2011-06-23 22:29:00 +00:00
parent 8cba5d2f20
commit 7633256b9d
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ private:
const MCAsmLayout &Layout) const;
uint64_t getFragmentAddress(const MCFragment *Fragment,
const MCAsmLayout &Layout) const {
const MCAsmLayout &Layout) const {
return getSectionAddress(Fragment->getParent()) +
Layout.getFragmentOffset(Fragment);
}