diff options
Diffstat (limited to 'rts/LdvProfile.c')
-rw-r--r-- | rts/LdvProfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/LdvProfile.c b/rts/LdvProfile.c index 1dfdc56b34..428078bb40 100644 --- a/rts/LdvProfile.c +++ b/rts/LdvProfile.c @@ -28,7 +28,7 @@ * header portion, so that the caller can find the next closure. * ----------------------------------------------------------------------- */ STATIC_INLINE uint32_t -processHeapClosureForDead( StgClosure *c ) +processHeapClosureForDead( const StgClosure *c ) { uint32_t size; const StgInfoTable *info; |