| Index: runtime/vm/assembler_x64.h
|
| diff --git a/runtime/vm/assembler_x64.h b/runtime/vm/assembler_x64.h
|
| index a0bfe26bef8004b45419f860aa705df33a20ba38..327f9768a7243b93fe48203407940f0d4c0d74a4 100644
|
| --- a/runtime/vm/assembler_x64.h
|
| +++ b/runtime/vm/assembler_x64.h
|
| @@ -1066,7 +1066,7 @@ class Assembler : public ValueObject {
|
| bool allow_constant_pool_;
|
|
|
| intptr_t FindImmediate(int64_t imm);
|
| - bool CanLoadFromObjectPool(const Object& object);
|
| + bool CanLoadFromObjectPool(const Object& object) const;
|
| void LoadWordFromPoolOffset(Register dst, Register pp, int32_t offset);
|
|
|
| inline void EmitUint8(uint8_t value);
|
|
|