Index: src/mips/frames-mips.cc |
diff --git a/src/mips/frames-mips.cc b/src/mips/frames-mips.cc |
index 8612196c06079eab165c8114934726db39873fcb..20f0712666b018d97f40289cc6c52cb061488491 100644 |
--- a/src/mips/frames-mips.cc |
+++ b/src/mips/frames-mips.cc |
@@ -54,6 +54,12 @@ Register StubFailureTrampolineFrame::constant_pool_pointer_register() { |
} |
+Object*& ExitFrame::constant_pool_slot() const { |
+ UNREACHABLE(); |
+ return Memory::Object_at(NULL); |
+} |
+ |
+ |
} } // namespace v8::internal |
#endif // V8_TARGET_ARCH_MIPS |