summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorSamuel Bronson <naesten@gmail.com>2009-01-27 08:48:25 +0000
committerSamuel Bronson <naesten@gmail.com>2009-01-27 08:48:25 +0000
commit979fb4abd736734d30089a8b328824d4a5862a6a (patch)
treef2d221d0726b4f4ba528d83965156473a49cddf5 /includes
parent9f35f6715879b9e81ffd538c3049e2dd243f807e (diff)
downloadhaskell-979fb4abd736734d30089a8b328824d4a5862a6a.tar.gz
Implement #2191 (traceCcs# -- prints CCS of a value when available -- take 3)
In this version, I untag R1 before using it, and even enter R2 at the end rather than simply returning it (which didn't work right when R2 was a thunk).
Diffstat (limited to 'includes')
-rw-r--r--includes/StgMiscClosures.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/StgMiscClosures.h b/includes/StgMiscClosures.h
index 460adeb8a6..94244a9a95 100644
--- a/includes/StgMiscClosures.h
+++ b/includes/StgMiscClosures.h
@@ -606,6 +606,8 @@ RTS_FUN(getSparkzh_fast);
RTS_FUN(noDuplicatezh_fast);
+RTS_FUN(traceCcszh_fast);
+
/* Other misc stuff */
// See wiki:Commentary/Compiler/Backends/PprC#Prototypes