diff options
Diffstat (limited to 'rts/Printer.h')
-rw-r--r-- | rts/Printer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rts/Printer.h b/rts/Printer.h index dd268bef42..d2eaf010c6 100644 --- a/rts/Printer.h +++ b/rts/Printer.h @@ -24,6 +24,7 @@ const char * info_update_frame ( const StgClosure *closure ); extern void printClosure ( const StgClosure *obj ); extern void printStackChunk ( StgPtr sp, StgPtr spLim ); extern void printTSO ( StgTSO *tso ); +extern void printMutableList( bdescr *bd ); extern void DEBUG_LoadSymbols( const char *name ); |