Revision: 2621
Author: [email protected]
Date: Wed Aug  5 00:35:05 2009
Log: Fix Windows build.

TBP=mnaganov
Review URL: http://codereview.chromium.org/160632
http://code.google.com/p/v8/source/detail?r=2621

Modified:
  /branches/bleeding_edge/src/log.cc

=======================================
--- /branches/bleeding_edge/src/log.cc  Tue Aug  4 07:14:01 2009
+++ /branches/bleeding_edge/src/log.cc  Wed Aug  5 00:35:05 2009
@@ -989,7 +989,7 @@
      FLAG_log_gc = false;
    }
    // Turn off logging if no active modules remain.
-  if (active_modules & ~flags == PROFILER_MODULE_NONE) {
+  if ((active_modules & ~flags) == PROFILER_MODULE_NONE) {
      is_logging_ = false;
    }
  }

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

Reply via email to