Index: runtime/vm/debugger_mips.cc |
=================================================================== |
--- runtime/vm/debugger_mips.cc (revision 24063) |
+++ runtime/vm/debugger_mips.cc (working copy) |
@@ -48,7 +48,6 @@ |
Instr* instr5 = Instr::At(pc_ - 1 * Instr::kInstrSize); |
#if defined(DEBUG) |
- |
instr1->AssertIsImmInstr(LW, SP, RA, 2 * kWordSize); |
instr2->AssertIsImmInstr(LW, SP, FP, 1 * kWordSize); |
instr3->AssertIsImmInstr(LW, SP, PP, 0 * kWordSize); |