Index: runtime/vm/stack_frame_mips.h |
=================================================================== |
--- runtime/vm/stack_frame_mips.h (revision 30114) |
+++ runtime/vm/stack_frame_mips.h (working copy) |
@@ -30,7 +30,7 @@ |
static const int kDartFrameFixedSize = 4; // PP, FP, RA, PC marker. |
static const int kSavedPcSlotFromSp = -2; |
-static const int kFirstObjectSlotFromFp = -2; // Used by GC to traverse stack. |
+static const int kFirstObjectSlotFromFp = -1; // Used by GC to traverse stack. |
static const int kFirstLocalSlotFromFp = -2; |
static const int kSavedCallerPpSlotFromFp = -1; |