update the debug counters following changes to scav_find_work()
[ghc-hetmet.git] / rts / sm / Scav.c
index 83890cb..6eba1e0 100644 (file)
@@ -1417,7 +1417,7 @@ scavenge_find_work (void)
     rtsBool did_something, did_anything;
     bdescr *bd;
 
-    gct->scav_local_work++;
+    gct->scav_find_work++;
 
     did_anything = rtsFalse;