Reviewers: Vyacheslav Egorov, Description: Unbreak the 64 bit build.
Please review this at http://codereview.chromium.org/9178011/ SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/snapshot.h Index: src/snapshot.h =================================================================== --- src/snapshot.h (revision 10413) +++ src/snapshot.h (working copy) @@ -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
