Index: src/frames.cc |
diff --git a/src/frames.cc b/src/frames.cc |
index e7c2a149ea83ce484b169f1308f8093c4ddf4935..777b61c8f7a600a0b45e61a2467c2cab41de8e8b 100644 |
--- a/src/frames.cc |
+++ b/src/frames.cc |
@@ -450,7 +450,7 @@ StackFrame::Type StackFrame::GetCallerState(State* state) const { |
Address StackFrame::UnpaddedFP() const { |
-#if V8_TARGET_ARCH_IA32 |
+#if V8_TARGET_ARCH_IA32 || V8_TARGET_ARCH_X87 |
Sven Panne
2014/05/20 06:21:20
Again not related to this CL: We should make the d
|
if (!is_optimized()) return fp(); |
int32_t alignment_state = Memory::int32_at( |
fp() + JavaScriptFrameConstants::kDynamicAlignmentStateOffset); |