| Index: src/mips64/code-stubs-mips64.cc
|
| diff --git a/src/mips64/code-stubs-mips64.cc b/src/mips64/code-stubs-mips64.cc
|
| index 0fd169b3d99a19d3edd4b80836836bcf9b4e8fbb..2cd1e2c21394a8dbf939ce79de78ccc6c42b4ac7 100644
|
| --- a/src/mips64/code-stubs-mips64.cc
|
| +++ b/src/mips64/code-stubs-mips64.cc
|
| @@ -4836,7 +4836,7 @@ void StubFailureTrampolineStub::Generate(MacroAssembler* masm) {
|
|
|
| void LoadICTrampolineStub::Generate(MacroAssembler* masm) {
|
| EmitLoadTypeFeedbackVector(masm, FullVectorLoadConvention::VectorRegister());
|
| - VectorLoadStub stub(isolate(), state_);
|
| + VectorLoadStub stub(isolate(), state());
|
| __ Jump(stub.GetCode(), RelocInfo::CODE_TARGET);
|
| }
|
|
|
|
|