[profile] set the "no profiling" bitmask equal to zero
[mono.git] / mono / metadata / profiler.h
index 08929a5d23142639a349b3d5c8129a6920cf226b..133fec753d9d1be212209078c420a629e80fca10 100644 (file)
@@ -167,7 +167,7 @@ MONO_API mono_bool mono_profiler_enable_allocations (void);
 
 typedef enum {
        /* Do not instrument calls. */
-       MONO_PROFILER_CALL_INSTRUMENTATION_NONE = 1 << 0,
+       MONO_PROFILER_CALL_INSTRUMENTATION_NONE = 0,
        /* Instrument method prologues. */
        MONO_PROFILER_CALL_INSTRUMENTATION_PROLOGUE = 1 << 1,
        /* Also capture a call context for prologues. */