[project @ 2001-12-04 10:04:39 by sewardj]
authorsewardj <unknown>
Tue, 4 Dec 2001 10:04:39 +0000 (10:04 +0000)
committersewardj <unknown>
Tue, 4 Dec 2001 10:04:39 +0000 (10:04 +0000)
Update to follow the __init_Foo -> __stginit_Foo change.

ghc/utils/debugNCG/Diff_Gcc_Nat.hs

index eec034d..02b6428 100644 (file)
@@ -330,7 +330,7 @@ breakLabel s
                  "tbl:"     -> CTbl
                  _ -> error ("breakLabel: " ++ show (s,k,m))
      in
-        if   head m == '_' && dropWhile (== '_') m == "init"
+        if   head m == '_' && dropWhile (== '_') m == "stginit"
         then (init k, Init)
         else (m, kind)