diff options
author | Ben Gamari <ben@smart-cactus.org> | 2016-03-24 11:23:31 +0100 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-03-24 11:23:52 +0100 |
commit | ef653f1f819e5213f7a2a7ea1b78e3fa76c66c8e (patch) | |
tree | 1dd6e656db56f4d6e3124f512bced49c8e56e1fa /rts/sm | |
parent | 8335cc7350cc5e49ee42a2413461a7fa69ebad6c (diff) | |
download | haskell-ef653f1f819e5213f7a2a7ea1b78e3fa76c66c8e.tar.gz |
Revert "Various ticky-related work"
This reverts commit 6c2c853b11fe25c106469da7b105e2be596c17de which was
supposed to be merged as individual commits.
Diffstat (limited to 'rts/sm')
-rw-r--r-- | rts/sm/Scav.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/sm/Scav.c b/rts/sm/Scav.c index abb77261e5..953f055d57 100644 --- a/rts/sm/Scav.c +++ b/rts/sm/Scav.c @@ -1533,7 +1533,7 @@ scavenge_one(StgPtr p) } else { size = gen->scan - start; } - debugBelch("evac IND: %ld bytes", size * sizeof(W_)); + debugBelch("evac IND_OLDGEN: %ld bytes", size * sizeof(W_)); } #endif break; |