diff options
author | Samuel Bronson <naesten@gmail.com> | 2009-01-27 08:48:25 +0000 |
---|---|---|
committer | Samuel Bronson <naesten@gmail.com> | 2009-01-27 08:48:25 +0000 |
commit | 979fb4abd736734d30089a8b328824d4a5862a6a (patch) | |
tree | f2d221d0726b4f4ba528d83965156473a49cddf5 /includes | |
parent | 9f35f6715879b9e81ffd538c3049e2dd243f807e (diff) | |
download | haskell-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.h | 2 |
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 |