From 18235ae336f17b238b983c2f8d9ccf63a191b9cf Mon Sep 17 00:00:00 2001 From: "weiliang.lin@intel.com" Date: Wed, 27 Aug 2014 08:15:14 +0000 Subject: [PATCH] X87: Minor-key-ify new LoadICTrampolineStub. port r23409. original commit message: Minor-key-ify new LoadICTrampolineStub. BUG= R=weiliang.lin@intel.com Review URL: https://codereview.chromium.org/513613003 Patch from Chunyang Dai . git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23434 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- src/x87/code-stubs-x87.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/x87/code-stubs-x87.cc b/src/x87/code-stubs-x87.cc index d2b0237..1c118e2 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); } -- 2.7.4