diff --git a/src/x87/code-stubs-x87.cc b/src/x87/code-stubs-x87.cc index d2b0237a75..1c118e2e3f 100644 --- a/src/x87/code-stubs-x87.cc +++ b/src/x87/code-stubs-x87.cc @@ -4142,7 +4142,7 @@ void StubFailureTrampolineStub::Generate(MacroAssembler* masm) { void LoadICTrampolineStub::Generate(MacroAssembler* masm) { EmitLoadTypeFeedbackVector(masm, FullVectorLoadConvention::VectorRegister()); - VectorLoadStub stub(isolate(), state_); + VectorLoadStub stub(isolate(), state()); __ jmp(stub.GetCode(), RelocInfo::CODE_TARGET); }