Fix typo from amend-record
authorMichael D. Adams <t-madams@microsoft.com>
Wed, 27 Jun 2007 16:05:55 +0000 (16:05 +0000)
committerMichael D. Adams <t-madams@microsoft.com>
Wed, 27 Jun 2007 16:05:55 +0000 (16:05 +0000)
compiler/codeGen/CgHpc.hs

index caf68cd..0aa011d 100644 (file)
@@ -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"