forked from OSchip/llvm-project
[Mips] Do not forget to initialize a class field.
llvm-svn: 199241
This commit is contained in:
parent
e46e2dfe01
commit
13c5ce53dc
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue