Revision: 18877
Author:   [email protected]
Date:     Tue Jan 28 11:34:10 2014 UTC
Log: A64: Ensure String::kContainsCachedArrayIndexMask is a uint32 constant.

BUG=
[email protected], [email protected]

Review URL: https://codereview.chromium.org/136453016
http://code.google.com/p/v8/source/detail?r=18877

Modified:
 /branches/experimental/a64/src/objects.h

=======================================
--- /branches/experimental/a64/src/objects.h    Mon Jan 27 19:23:17 2014 UTC
+++ /branches/experimental/a64/src/objects.h    Tue Jan 28 11:34:10 2014 UTC
@@ -7736,7 +7736,7 @@
   // kMaxCachedArrayIndexLength.
   STATIC_CHECK(IS_POWER_OF_TWO(kMaxCachedArrayIndexLength + 1));

-  static const int kContainsCachedArrayIndexMask =
+  static const unsigned int kContainsCachedArrayIndexMask =
       (~kMaxCachedArrayIndexLength << kArrayIndexHashLengthShift) |
       kIsNotArrayIndexMask;

--
--
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/groups/opt_out.

Reply via email to