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 44c55de3d6..7dc6dca353 100644 --- a/rts/Printer.h +++ b/rts/Printer.h @@ -23,6 +23,7 @@ const char * info_update_frame ( const StgClosure *closure ); #if defined(DEBUG) extern void printClosure ( const StgClosure *obj ); extern void printStackChunk ( StgPtr sp, StgPtr spLim ); +extern void printStack ( StgStack *stack); extern void printTSO ( StgTSO *tso ); extern void printMutableList( bdescr *bd ); extern void printStaticObjects ( StgClosure *obj ); |