Revision: 24372
Author:   [email protected]
Date:     Wed Oct  1 16:25:01 2014 UTC
Log:      MIPS64: Fix ConvertDToI test.

TEST=cctest/test-code-stubs-mips64/ConvertDToI
BUG=
[email protected]

Review URL: https://codereview.chromium.org/616853004
https://code.google.com/p/v8/source/detail?r=24372

Modified:
 /branches/bleeding_edge/test/cctest/test-code-stubs-mips64.cc

=======================================
--- /branches/bleeding_edge/test/cctest/test-code-stubs-mips64.cc Wed Jul 9 11:08:26 2014 UTC +++ /branches/bleeding_edge/test/cctest/test-code-stubs-mips64.cc Wed Oct 1 16:25:01 2014 UTC
@@ -104,7 +104,7 @@
   for (--reg_num; reg_num >= 2; --reg_num) {
     Register reg = Register::from_code(reg_num);
     if (!reg.is(destination_reg)) {
-      __ lw(at, MemOperand(sp, 0));
+      __ ld(at, MemOperand(sp, 0));
       __ Assert(eq, kRegisterWasClobbered, reg, Operand(at));
       __ Daddu(sp, sp, Operand(kPointerSize));
     }

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to