Chromium Code Reviews| 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()); |