[Mips] Do not forget to initialize a class field.

llvm-svn: 199241
This commit is contained in:
Simon Atanasyan 2014-01-14 18:20:07 +00:00
parent e46e2dfe01
commit 13c5ce53dc
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ private:
MipsTargetHandler::MipsTargetHandler(MipsLinkingContext &context)
: DefaultTargetHandler(context), _targetLayout(context),
_relocationHandler(context, *this) {}
_relocationHandler(context, *this), _gpDispSymAtom(nullptr) {}
uint64_t MipsTargetHandler::getGPDispSymAddr() const {
return _gpDispSymAtom ? _gpDispSymAtom->_virtualAddr : 0;