Index: src/ia32/frames-ia32.cc |
diff --git a/src/ia32/frames-ia32.cc b/src/ia32/frames-ia32.cc |
index 3733013ddabaddc1f92385816544f3a5b92a23f6..9859ebb0e5ba01ef2a8f21748deda75afc8a19eb 100644 |
--- a/src/ia32/frames-ia32.cc |
+++ b/src/ia32/frames-ia32.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_IA32 |