Revision: 7471
Author:   [email protected]
Date:     Fri Apr  1 04:21:46 2011
Log:      Fix Win64 build isolate problem

[email protected]
BUG=none
TEST=none

Review URL: http://codereview.chromium.org/6764014
http://code.google.com/p/v8/source/detail?r=7471

Modified:
 /branches/bleeding_edge/src/x64/codegen-x64.cc

=======================================
--- /branches/bleeding_edge/src/x64/codegen-x64.cc      Wed Mar 30 11:05:16 2011
+++ /branches/bleeding_edge/src/x64/codegen-x64.cc      Fri Apr  1 04:21:46 2011
@@ -8755,7 +8755,7 @@
                                                  &actual_size,
                                                  true));
   CHECK(buffer);
-  Assembler masm(buffer, static_cast<int>(actual_size));
+ Assembler masm(Isolate::Current(), buffer, static_cast<int>(actual_size));
   // Generated code is put into a fixed, unmovable, buffer, and not into
   // the V8 heap. We can't, and don't, refer to any relocatable addresses
   // (e.g. the JavaScript nan-object).

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

Reply via email to