Chromium Code Reviews| Index: runtime/vm/assembler_arm.h |
| =================================================================== |
| --- runtime/vm/assembler_arm.h (revision 25107) |
| +++ runtime/vm/assembler_arm.h (working copy) |
| @@ -255,7 +255,7 @@ |
| encoding_ = so.encoding() | am | (static_cast<uint32_t>(rn) << kRnShift); |
| } |
| - bool Equals(const Address& other) { |
| + bool Equals(const Address& other) const { |
| return (encoding_ == other.encoding_) && (kind_ == other.kind_); |
| } |