From: Michael D. Adams Date: Wed, 27 Jun 2007 16:05:55 +0000 (+0000) Subject: Fix typo from amend-record X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=61c73ae30a45d558815cf21272d13f2fa260519f Fix typo from amend-record --- diff --git a/compiler/codeGen/CgHpc.hs b/compiler/codeGen/CgHpc.hs index caf68cd..0aa011d 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"