Revision: 7676
Author:   [email protected]
Date:     Thu Apr 21 03:02:58 2011
Log:      fix compile error in doublearray code on ARM

TEST=Bots are green

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

Modified:
 /branches/bleeding_edge/src/arm/code-stubs-arm.cc

=======================================
--- /branches/bleeding_edge/src/arm/code-stubs-arm.cc Thu Apr 21 00:15:43 2011 +++ /branches/bleeding_edge/src/arm/code-stubs-arm.cc Thu Apr 21 03:02:58 2011
@@ -529,7 +529,7 @@
                                              Register dst2,
                                              Register scratch2,
SwVfpRegister single_scratch) {
-  ASSERT(!smi_scratch.is(scratch2));
+  ASSERT(!int_scratch.is(scratch2));

   Label done;

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

Reply via email to