summaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
authorMichael D. Adams <t-madams@microsoft.com>2007-06-27 16:05:55 +0000
committerMichael D. Adams <t-madams@microsoft.com>2007-06-27 16:05:55 +0000
commit61c73ae30a45d558815cf21272d13f2fa260519f (patch)
treee00a967e2cfde59eb04f6b678fb7091c9eaff767 /compiler
parentd31dfb32ea936c22628b508c28a36c12e631430a (diff)
downloadhaskell-61c73ae30a45d558815cf21272d13f2fa260519f.tar.gz
Fix typo from amend-record
Diffstat (limited to 'compiler')
-rw-r--r--compiler/codeGen/CgHpc.hs2
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"