Index: src/mips/frames-mips.h |
diff --git a/src/mips/frames-mips.h b/src/mips/frames-mips.h |
index f6f20cd20cd976f00af6b94a88d994e74bece8fb..437bf3a9f13d10c65cfa56b4427372006bb007db 100644 |
--- a/src/mips/frames-mips.h |
+++ b/src/mips/frames-mips.h |
@@ -230,6 +230,11 @@ inline Object* JavaScriptFrame::function_slot_object() const { |
} |
+inline void StackHandler::SetFp(Address slot, Address fp) { |
+ Memory::Address_at(slot) = fp; |
+} |
+ |
+ |
} } // namespace v8::internal |
#endif |