Skip to content

Commit

Permalink
[interp] Fix a copy/paste error in ea4e4a9.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp authored Jul 25, 2017
1 parent 5d8d128 commit 4484646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mono/mini/interp/interp.c
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ debug_enter (MonoInvocation *frame, int *tracing)
if (tracing == 3) global_tracing = 0; \
} \
if (mono_profiler_should_instrument_method (frame->runtime_method->method, FALSE)) \
MONO_PROFILER_RAISE (method_enter, (frame->runtime_method->method));
MONO_PROFILER_RAISE (method_leave, (frame->runtime_method->method));

#else

Expand Down

0 comments on commit 4484646

Please sign in to comment.