Index: runtime/vm/instructions_mips.h |
=================================================================== |
--- runtime/vm/instructions_mips.h (revision 27291) |
+++ runtime/vm/instructions_mips.h (working copy) |
@@ -50,7 +50,7 @@ |
class JumpPattern : public ValueObject { |
public: |
- explicit JumpPattern(uword pc); |
+ JumpPattern(uword pc, const Code& code); |
// lui; ori; jr; nop (in delay slot) = 4. |
static const int kLengthInBytes = 4*Instr::kInstrSize; |