Revision: 9583
Author:   [email protected]
Date:     Tue Oct 11 08:56:06 2011
Log:      Fixing a bug in arm as pointed out in issue 1759.

BUG=v8:1759

Review URL: http://codereview.chromium.org/8229012
http://code.google.com/p/v8/source/detail?r=9583

Modified:
 /branches/bleeding_edge/src/arm/macro-assembler-arm.cc

=======================================
--- /branches/bleeding_edge/src/arm/macro-assembler-arm.cc Wed Oct 5 04:39:34 2011 +++ /branches/bleeding_edge/src/arm/macro-assembler-arm.cc Tue Oct 11 08:56:06 2011
@@ -551,7 +551,7 @@
     b(eq, &done);
   } else {
     ASSERT(and_then == kReturnAtEnd);
-    Ret(ne);
+    Ret(eq);
   }
   push(lr);
   StoreBufferOverflowStub store_buffer_overflow =

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

Reply via email to