Commit 39e24860 authored by ricow@chromium.org's avatar ricow@chromium.org

Fix arm debug build.

Review URL: http://codereview.chromium.org/2054010

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4647 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent a3372050
...@@ -661,7 +661,7 @@ void VirtualFrame::SetElementAt(Register reg, int this_far_down) { ...@@ -661,7 +661,7 @@ void VirtualFrame::SetElementAt(Register reg, int this_far_down) {
} }
} else { } else {
ASSERT(this_far_down >= 2); ASSERT(this_far_down >= 2);
ASSERT(virtual_elements <= 2); ASSERT(kVirtualElements[top_of_stack_state_] <= 2);
__ str(reg, ElementAt(this_far_down)); __ str(reg, ElementAt(this_far_down));
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment