X87: Minor-key-ify BinaryOpICWithAllocationSiteStub.
authorweiliang.lin@intel.com <weiliang.lin@intel.com>
Thu, 28 Aug 2014 03:24:49 +0000 (03:24 +0000)
committerweiliang.lin@intel.com <weiliang.lin@intel.com>
Thu, 28 Aug 2014 03:24:49 +0000 (03:24 +0000)
port r23444.

original commit message:
  Minor-key-ify BinaryOpICWithAllocationSiteStub.

BUG=
R=weiliang.lin@intel.com

Review URL: https://codereview.chromium.org/514073003

Patch from Chunyang Dai <chunyang.dai@intel.com>.

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23471 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

src/x87/code-stubs-x87.cc

index 1c118e2..15b6c99 100644 (file)
@@ -3301,7 +3301,7 @@ void BinaryOpICWithAllocationSiteStub::Generate(MacroAssembler* masm) {
 
   // Tail call into the stub that handles binary operations with allocation
   // sites.
-  BinaryOpWithAllocationSiteStub stub(isolate(), state_);
+  BinaryOpWithAllocationSiteStub stub(isolate(), state());
   __ TailCallStub(&stub);
 }