Revision: 12710
Author:   [email protected]
Date:     Fri Oct 12 02:27:12 2012
Log:      Fix vstr.cc S, [mem] to emit vstr instead of vldr.

BUG=emits wrong instruction
[email protected]

Review URL: https://chromiumcodereview.appspot.com/11118015
Patch from JF Bastien <[email protected]>.
http://code.google.com/p/v8/source/detail?r=12710

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

=======================================
--- /branches/bleeding_edge/src/arm/assembler-arm.cc Mon Oct 1 14:27:33 2012 +++ /branches/bleeding_edge/src/arm/assembler-arm.cc Fri Oct 12 02:27:12 2012
@@ -1850,7 +1850,7 @@
                      const Condition cond) {
   ASSERT(!operand.rm().is_valid());
   ASSERT(operand.am_ == Offset);
-  vldr(src, operand.rn(), operand.offset(), cond);
+  vstr(src, operand.rn(), operand.offset(), cond);
 }


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

Reply via email to