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