Reviewers: danno,

Description:
Fix arm build.

[email protected]


Please review this at https://chromiumcodereview.appspot.com/10543108/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M src/frames.cc


Index: src/frames.cc
diff --git a/src/frames.cc b/src/frames.cc
index 17d02ccd4e56f284af6c867d8fcfabf5f9d0dc19..b7e028634f21465a9c9a0c32b37e98e58d127932 100644
--- a/src/frames.cc
+++ b/src/frames.cc
@@ -470,7 +470,7 @@ StackFrame::Type StackFrame::GetCallerState(State* state) const {


 Address StackFrame::UnpaddedFP() const {
-#if defined(V8_TARGET_ARCH_IA32) || defined(V8_HOST_ARCH_IA32)
+#if defined(V8_TARGET_ARCH_IA32)
   if (!is_optimized()) return fp();
   int32_t alignment_state = Memory::int32_at(
     fp() + JavaScriptFrameConstants::kDynamicAlignmentStateOffset);


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to