Index: src/x87/code-stubs-x87.cc |
diff --git a/src/x87/code-stubs-x87.cc b/src/x87/code-stubs-x87.cc |
index d2b0237a757a30e6005dd0ba2f86ec2ec11eab89..1c118e2e3fecbea0e2b5624c2fd568f8dc849f68 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); |
} |