Reviewers: Mads Ager,

Description:
Fix arm debug build.

Please review this at http://codereview.chromium.org/2054010/show

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

Affected files:
  M     src/arm/virtual-frame-arm.cc


Index: src/arm/virtual-frame-arm.cc
===================================================================
--- src/arm/virtual-frame-arm.cc        (revision 4646)
+++ src/arm/virtual-frame-arm.cc        (working copy)
@@ -661,7 +661,7 @@
     }
   } else {
     ASSERT(this_far_down >= 2);
-    ASSERT(virtual_elements <= 2);
+    ASSERT(kVirtualElements[top_of_stack_state_] <= 2);
     __ str(reg, ElementAt(this_far_down));
   }
 }


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

Reply via email to