Index: runtime/vm/instructions_arm.h |
=================================================================== |
--- runtime/vm/instructions_arm.h (revision 27291) |
+++ runtime/vm/instructions_arm.h (working copy) |
@@ -50,7 +50,7 @@ |
class JumpPattern : public ValueObject { |
public: |
- explicit JumpPattern(uword pc); |
+ JumpPattern(uword pc, const Code& code); |
static const int kLengthInBytes = 3 * Instr::kInstrSize; |