Chromium Code Reviews| Index: runtime/vm/assembler_x64.h |
| =================================================================== |
| --- runtime/vm/assembler_x64.h (revision 25107) |
| +++ runtime/vm/assembler_x64.h (working copy) |
| @@ -91,7 +91,7 @@ |
| return *this; |
| } |
| - bool Equals(const Operand& other) { |
| + bool Equals(const Operand& other) const { |
| if (length_ != other.length_) return false; |
| if (rex_ != other.rex_) return false; |
| for (uint8_t i = 0; i < length_; i++) { |