Reviewers: Justin Schuh,

Description:
Fix x64 build after executable memory limit change.

[email protected]

Please review this at http://codereview.chromium.org/4656002/

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
  M     src/spaces.h


Index: src/spaces.h
===================================================================
--- src/spaces.h        (revision 5799)
+++ src/spaces.h        (working copy)
@@ -492,7 +492,7 @@
  public:
   // Initializes its internal bookkeeping structures.
   // Max capacity of the total space and executable memory limit.
-  static bool Setup(int max_capacity, int capacity_executable);
+  static bool Setup(intptr_t max_capacity, intptr_t capacity_executable);

   // Deletes valid chunks.
   static void TearDown();


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

Reply via email to