| Index: runtime/vm/assembler_mips.cc
|
| diff --git a/runtime/vm/assembler_mips.cc b/runtime/vm/assembler_mips.cc
|
| index 61469da96d4ddf2c76fb27c44e5584423761851a..e64047d7418cdfdd261bb1927f7cb60d4e7a1e9b 100644
|
| --- a/runtime/vm/assembler_mips.cc
|
| +++ b/runtime/vm/assembler_mips.cc
|
| @@ -106,6 +106,8 @@ class PatchFarJump : public AssemblerFixup {
|
| // the far branch with a near one, and so these instructions should be NOPs.
|
| ASSERT((high == Instr::kNopInstruction) && (low == Instr::kNopInstruction));
|
| }
|
| +
|
| + virtual bool IsPointerOffset() const { return false; }
|
| };
|
|
|
|
|
|
|