diff options
Diffstat (limited to 'sys/kern/subr_prof.c')
-rw-r--r-- | sys/kern/subr_prof.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_prof.c b/sys/kern/subr_prof.c index aa8a584..be98d44 100644 --- a/sys/kern/subr_prof.c +++ b/sys/kern/subr_prof.c @@ -254,7 +254,7 @@ kmstartup(dummy) mcount_overhead -= empty_loop_time; mexitcount_overhead -= empty_loop_time; - /* + /*- * Profiling overheads are determined by the times between the * following events: * MC1: mcount() is called |