Revision: 11773
Author:   [email protected]
Date:     Tue Jun 12 03:30:51 2012
Log:      Fix arm build.

[email protected]

Review URL: https://chromiumcodereview.appspot.com/10543108
http://code.google.com/p/v8/source/detail?r=11773

Modified:
 /branches/bleeding_edge/src/frames.cc

=======================================
--- /branches/bleeding_edge/src/frames.cc       Tue Jun 12 03:22:33 2012
+++ /branches/bleeding_edge/src/frames.cc       Tue Jun 12 03:30:51 2012
@@ -470,7 +470,7 @@


 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