diff options
-rw-r--r-- | rts/Trace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/Trace.h b/rts/Trace.h index dcd00b8cc1..1ff6640c74 100644 --- a/rts/Trace.h +++ b/rts/Trace.h @@ -373,7 +373,7 @@ INLINE_HEADER void dtraceStartup (int num_caps) { copies, slop, fragmentation, \ par_n_threads, \ par_max_copied, \ - par_tot_copied) \ + par_tot_copied) #define dtraceHeapInfo(heap_capset, gens, \ maxHeapSize, allocAreaSize, \ mblockSize, blockSize) \ |