Revision: 10533
Author:   [email protected]
Date:     Fri Jan 27 05:09:15 2012
Log:      Another fix for Linux64 compilation.

BUG=none
TEST=none
TBR=mnaganov

Review URL: https://chromiumcodereview.appspot.com/9297015
http://code.google.com/p/v8/source/detail?r=10533

Modified:
 /branches/bleeding_edge/src/profile-generator.cc

=======================================
--- /branches/bleeding_edge/src/profile-generator.cc Fri Jan 27 05:01:16 2012 +++ /branches/bleeding_edge/src/profile-generator.cc Fri Jan 27 05:09:15 2012
@@ -2816,7 +2816,7 @@
  public:
   explicit NativeGroupRetainedObjectInfo(const char* label)
       : disposed_(false),
-        hash_(reinterpret_cast<int>(label)),
+        hash_(reinterpret_cast<intptr_t>(label)),
         label_(label) {
   }

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

Reply via email to