Revision: 10414
Author:   [email protected]
Date:     Tue Jan 17 03:49:01 2012
Log:      Unbreak the 64 bit build.
Review URL: http://codereview.chromium.org/9178011
http://code.google.com/p/v8/source/detail?r=10414

Modified:
 /branches/bleeding_edge/src/snapshot.h

=======================================
--- /branches/bleeding_edge/src/snapshot.h      Tue Jan 17 03:38:25 2012
+++ /branches/bleeding_edge/src/snapshot.h      Tue Jan 17 03:49:01 2012
@@ -90,7 +90,7 @@

 // These are the sizes of the spaces that are needed in order to unpack the
 // VM boot snapshot.
-const int kMinimumSpaceSizes[LAST_SPACE + 1] = {
+const intptr_t kMinimumSpaceSizes[LAST_SPACE + 1] = {
   0,           // New space.
   512 * 1024,  // Old pointer space.
   128 * 1024,  // Old data space.

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

Reply via email to