Commit 516f08af authored by erik.corry@gmail.com's avatar erik.corry@gmail.com

Unbreak the 64 bit build.

Review URL: http://codereview.chromium.org/9178011

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@10414 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 3403e766
...@@ -90,7 +90,7 @@ class Snapshot { ...@@ -90,7 +90,7 @@ class Snapshot {
// These are the sizes of the spaces that are needed in order to unpack the // These are the sizes of the spaces that are needed in order to unpack the
// VM boot snapshot. // VM boot snapshot.
const int kMinimumSpaceSizes[LAST_SPACE + 1] = { const intptr_t kMinimumSpaceSizes[LAST_SPACE + 1] = {
0, // New space. 0, // New space.
512 * 1024, // Old pointer space. 512 * 1024, // Old pointer space.
128 * 1024, // Old data space. 128 * 1024, // Old data space.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment