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