diff options
author | Michael D. Adams <t-madams@microsoft.com> | 2007-06-27 16:05:55 +0000 |
---|---|---|
committer | Michael D. Adams <t-madams@microsoft.com> | 2007-06-27 16:05:55 +0000 |
commit | 61c73ae30a45d558815cf21272d13f2fa260519f (patch) | |
tree | e00a967e2cfde59eb04f6b678fb7091c9eaff767 /compiler | |
parent | d31dfb32ea936c22628b508c28a36c12e631430a (diff) | |
download | haskell-61c73ae30a45d558815cf21272d13f2fa260519f.tar.gz |
Fix typo from amend-record
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/codeGen/CgHpc.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/codeGen/CgHpc.hs b/compiler/codeGen/CgHpc.hs index caf68cd154..0aa011d11b 100644 --- a/compiler/codeGen/CgHpc.hs +++ b/compiler/codeGen/CgHpc.hs @@ -71,7 +71,7 @@ initHpc this_mod (HpcInfo tickCount hashNo) , (CmmLit $ CmmLabel $ mkHpcTicksLabel $ this_mod,PtrHint) ] (Just []) - C_SRT -- No SRT b/c we PlayRisky + NoC_SRT -- No SRT b/c we PlayRisky } where mod_alloc = mkFastString "hs_hpc_module" |