Chromium Code Reviews| Index: runtime/vm/assembler_mips.h |
| =================================================================== |
| --- runtime/vm/assembler_mips.h (revision 25107) |
| +++ runtime/vm/assembler_mips.h (working copy) |
| @@ -70,7 +70,7 @@ |
| Register base() const { return base_; } |
| int32_t offset() const { return offset_; } |
| - bool Equals(const Address& other) { |
| + bool Equals(const Address& other) const { |
| return (base_ == other.base_) && (offset_ == other.offset_); |
| } |