Untag closure pointers before trying to print them.
authorBen.Lippmeier@anu.edu.au <unknown>
Mon, 12 Jan 2009 05:34:21 +0000 (05:34 +0000)
committerBen.Lippmeier@anu.edu.au <unknown>
Mon, 12 Jan 2009 05:34:21 +0000 (05:34 +0000)
commit42d87c155aaa9863c40dcdb28af1d23d31b35c9f
tree9df27555e8c2c0040b1c6b3339503b77c5f5f2f9
parent4cc0cf0ce1a313b7cc4999dda36cd7efb5fe0435
Untag closure pointers before trying to print them.

In RTS tracing code, need to untag the pointer before trying
to load the info table in printClosure()
rts/Printer.c