Revision: 20970
Author:   [email protected]
Date:     Fri Apr 25 11:13:37 2014 UTC
Log:      Fix compilation with clang 5.1 on OS X.

[email protected]

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

Patch from Benedikt Meurer <[email protected]>.
http://code.google.com/p/v8/source/detail?r=20970

Modified:
 /branches/bleeding_edge/src/assembler.cc
 /branches/bleeding_edge/src/bootstrapper.cc

=======================================
--- /branches/bleeding_edge/src/assembler.cc    Fri Apr 25 11:00:37 2014 UTC
+++ /branches/bleeding_edge/src/assembler.cc    Fri Apr 25 11:13:37 2014 UTC
@@ -220,6 +220,7 @@
   ASSERT(Serializer::enabled());
   uint64_t mask = static_cast<uint64_t>(1) << f;
   CpuFeatures::cross_compile_ |= mask;
+  USE(isolate_);
 }


=======================================
--- /branches/bleeding_edge/src/bootstrapper.cc Fri Apr 25 11:00:37 2014 UTC
+++ /branches/bleeding_edge/src/bootstrapper.cc Fri Apr 25 11:13:37 2014 UTC
@@ -2506,6 +2506,7 @@
       // immutable by the serializer.
       FLAG_track_double_fields = false;
     }
+    USE(isolate_);
   }
   ~NoTrackDoubleFieldsForSerializerScope() {
     if (Serializer::enabled()) {

--
--
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/d/optout.

Reply via email to