Revision: 16968
Author:   [email protected]
Date:     Thu Sep 26 14:49:47 2013 UTC
Log:      Fix Windows build of defaults.cc.

BUG=None
[email protected]

Review URL: https://codereview.chromium.org/24762002

Patch from Ross McIlroy <[email protected]>.
http://code.google.com/p/v8/source/detail?r=16968

Modified:
 /branches/bleeding_edge/src/defaults.cc

=======================================
--- /branches/bleeding_edge/src/defaults.cc     Thu Sep 26 13:31:19 2013 UTC
+++ /branches/bleeding_edge/src/defaults.cc     Thu Sep 26 14:49:47 2013 UTC
@@ -40,7 +40,7 @@
   }

   uint64_t physical_memory = i::OS::TotalPhysicalMemory();
-  uintptr_t lump_of_memory = (i::kPointerSize / 4) * i::MB;
+  int lump_of_memory = (i::kPointerSize / 4) * i::MB;

// The young_space_size should be a power of 2 and old_generation_size should
   // be a multiple of Page::kPageSize.

--
--
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