Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(182)

Unified Diff: src/defaults.cc

Issue 24762002: Fix Windows build of defaults.cc. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/defaults.cc
diff --git a/src/defaults.cc b/src/defaults.cc
index 94080ddbd61f37af0b362b14b2b2e0966c442b4f..51159a8ed5faccd1c9ecb68024b6cd2866d91a51 100644
--- a/src/defaults.cc
+++ b/src/defaults.cc
@@ -40,7 +40,7 @@ bool ConfigureResourceConstraintsForCurrentPlatform(
}
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.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698