summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rts/Printer.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/rts/Printer.c b/rts/Printer.c
index 46a20762f8..ae76a4143e 100644
--- a/rts/Printer.c
+++ b/rts/Printer.c
@@ -412,6 +412,9 @@ printClosure( const StgClosure *obj )
(W_)((StgCompactNFData *)obj)->totalW * (W_)sizeof(W_));
break;
+ case TREC_CHUNK:
+ debugBelch("TREC_CHUNK\n");
+ break;
default:
//barf("printClosure %d",get_itbl(obj)->type);