[project @ 1997-05-18 03:58:52 by sof]
[ghc-hetmet.git] / ghc / runtime / main / Ticky.lc
index d0276dc..177224e 100644 (file)
@@ -7,7 +7,7 @@
 %*                                                                     *
 %************************************************************************
 
-Goes with \tr{imports/Ticky.lh}; more documentation there.
+Goes with \tr{includes/Ticky.lh}; more documentation there.
 
 %************************************************************************
 %*                                                                     *
@@ -246,12 +246,12 @@ PrintTickyInfo()
   I_ tot_returns_in_regs =
        RET_NEW_IN_REGS_ctr + RET_OLD_IN_REGS_ctr + RET_SEMI_IN_REGS_ctr;
   I_ tot_returns_in_heap =
-       RET_NEW_IN_HEAP_ctr + RET_OLD_IN_HEAP_ctr + RET_SEMI_IN_HEAP_ctr + RET_SEMI_BY_DEFAULT_ctr/*???*/;
+       RET_NEW_IN_HEAP_ctr + RET_OLD_IN_HEAP_ctr + RET_SEMI_IN_HEAP_ctr + RET_SEMI_BY_DEFAULT_ctr/*?*/;
   I_ tot_returns_of_new =
        RET_NEW_IN_REGS_ctr + RET_NEW_IN_HEAP_ctr;
-  I_ tot_returns_of_old = /* NB: NOT USED ???!  94/05 WDP */
+  I_ tot_returns_of_old = /* NB: NOT USED ?!  94/05 WDP */
        RET_OLD_IN_REGS_ctr + RET_OLD_IN_HEAP_ctr +
-       RET_SEMI_BY_DEFAULT_ctr + RET_SEMI_IN_HEAP_ctr + RET_SEMI_IN_REGS_ctr /*???*/;
+       RET_SEMI_BY_DEFAULT_ctr + RET_SEMI_IN_HEAP_ctr + RET_SEMI_IN_REGS_ctr /*?*/;
 
   I_ tot_returns =
        tot_returns_in_regs + tot_returns_in_heap;