Reviewers: ,

Description:
Fix mistake in r7033

[email protected]

Please review this at http://codereview.chromium.org/6614012/

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

Affected files:
  M     src/arm/full-codegen-arm.cc


Index: src/arm/full-codegen-arm.cc
===================================================================
--- src/arm/full-codegen-arm.cc (revision 7036)
+++ src/arm/full-codegen-arm.cc (working copy)
@@ -3175,7 +3175,6 @@
   __ mov(scratch1, elements);
   __ RecordWriteHelper(elements, index1, scratch2);
__ RecordWriteHelper(scratch1, index2, scratch2); // scratch1 holds elements.
-  __ bind(&done);

   __ bind(&new_space);
   // We are done. Drop elements from the stack, and return undefined.


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

Reply via email to