Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(149)

Unified Diff: vm/code_patcher_x64.cc

Issue 12052033: Added macros OBJECT_IMPLEMENTATION and FINAL_OBJECT_IMPLEMENTATION (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « vm/code_patcher_ia32.cc ('k') | vm/compiler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vm/code_patcher_x64.cc
===================================================================
--- vm/code_patcher_x64.cc (revision 17436)
+++ vm/code_patcher_x64.cc (working copy)
@@ -154,7 +154,7 @@
Array* arguments_descriptor) {
InstanceCall call(return_address);
if (ic_data != NULL) {
- *ic_data |= call.ic_data();
+ *ic_data ^= call.ic_data();
}
if (arguments_descriptor != NULL) {
*arguments_descriptor ^= call.arguments_descriptor();
« no previous file with comments | « vm/code_patcher_ia32.cc ('k') | vm/compiler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698