diff options
Diffstat (limited to 'ghc/rts/parallel/ParallelDebug.c')
-rw-r--r-- | ghc/rts/parallel/ParallelDebug.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ghc/rts/parallel/ParallelDebug.c b/ghc/rts/parallel/ParallelDebug.c index 95137569b3..b357af6379 100644 --- a/ghc/rts/parallel/ParallelDebug.c +++ b/ghc/rts/parallel/ParallelDebug.c @@ -293,7 +293,7 @@ StgClosure *node; #endif #if defined(USE_COST_CENTRES) - fprintf(stderr,"Cost Centre (???): 0x%lx\n",INFO_CAT(info_ptr)); + fprintf(stderr,"Cost Centre (?): 0x%lx\n",INFO_CAT(info_ptr)); #endif #if defined(_INFO_COPYING) @@ -766,7 +766,7 @@ StgPtr node; #endif #if defined(PROFILING) - fprintf(stderr,"Cost Centre (???): 0x%lx\n",INFO_CAT(info_ptr)); + fprintf(stderr,"Cost Centre (?): 0x%lx\n",INFO_CAT(info_ptr)); #endif #if defined(_INFO_COPYING) |