[project @ 1997-05-18 03:55:38 by sof]
authorsof <unknown>
Sun, 18 May 1997 03:55:38 +0000 (03:55 +0000)
committersof <unknown>
Sun, 18 May 1997 03:55:38 +0000 (03:55 +0000)
-y fix

ghc/runtime/profiling/HeapProfile.lc

index 373e9ff..374b4f3 100644 (file)
@@ -309,7 +309,7 @@ heap_profile_init(argv)
        fprintf(heap_file, "}");
     }
     if (type_select_no) {
-       fprintf(heap_file, " -t{%s", type_select_strs[0]);
+       fprintf(heap_file, " -y{%s", type_select_strs[0]);
        for (count = 1; count < type_select_no; count++)
            fprintf(heap_file, ",%s", type_select_strs[count]);
        fprintf(heap_file, "}");