summaryrefslogtreecommitdiff
path: root/rts/LdvProfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'rts/LdvProfile.c')
-rw-r--r--rts/LdvProfile.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/rts/LdvProfile.c b/rts/LdvProfile.c
index 26ead95061..38a3563880 100644
--- a/rts/LdvProfile.c
+++ b/rts/LdvProfile.c
@@ -128,10 +128,9 @@ processHeapClosureForDead( const StgClosure *c )
*/
// static objects
case IND_STATIC:
- case CONSTR_STATIC:
case FUN_STATIC:
case THUNK_STATIC:
- case CONSTR_NOCAF_STATIC:
+ case CONSTR_NOCAF:
// stack objects
case UPDATE_FRAME:
case CATCH_FRAME: