Reviewers: Weiliang,

Message:
wl.
please commit it.
thanks

Description:
X87: fix one patch porting error in R22957.

BUG=

Please review this at https://codereview.chromium.org/457603002/

SVN Base: https://chromium.googlesource.com/external/v8.git@bleeding_edge

Affected files (+1, -0 lines):
  M src/x87/stub-cache-x87.cc


Index: src/x87/stub-cache-x87.cc
diff --git a/src/x87/stub-cache-x87.cc b/src/x87/stub-cache-x87.cc
index f17f1de2b5c24f6d34556cf2227e6561c58ab253..0fc450a56f43887f469ea9347e33df23b265146b 100644
--- a/src/x87/stub-cache-x87.cc
+++ b/src/x87/stub-cache-x87.cc
@@ -583,6 +583,7 @@ void NamedStoreHandlerCompiler::GenerateStoreField(LookupResult* lookup,
     }
     __ j(equal, &do_store, Label::kNear);
   }
+  __ bind(&do_store);

   StoreFieldStub stub(isolate(), lookup->GetFieldIndex(),
                       lookup->representation());


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to