| Index: src/frames.cc
|
| diff --git a/src/frames.cc b/src/frames.cc
|
| index 73234e009b99505f8768778542567079fa708e4d..e89dd5639a3a3081292b7072b072dde5378fe90e 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
|
| if (!is_optimized()) return fp();
|
| int32_t alignment_state = Memory::int32_at(
|
| fp() + JavaScriptFrameConstants::kDynamicAlignmentStateOffset);
|
|
|