Revision: 22996
Author: [email protected]
Date: Fri Aug 8 12:38:20 2014 UTC
Log: X87: fix one patch porting error in R22957.
BUG=
[email protected]
Review URL: https://codereview.chromium.org/457603002
Patch from Chunyang Dai <[email protected]>.
http://code.google.com/p/v8/source/detail?r=22996
Modified:
/branches/bleeding_edge/src/x87/stub-cache-x87.cc
=======================================
--- /branches/bleeding_edge/src/x87/stub-cache-x87.cc Thu Aug 7 08:11:11
2014 UTC
+++ /branches/bleeding_edge/src/x87/stub-cache-x87.cc Fri Aug 8 12:38:20
2014 UTC
@@ -583,6 +583,7 @@
}
__ 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.