diff options
Diffstat (limited to 'compiler/codeGen/CgTicky.hs')
-rw-r--r-- | compiler/codeGen/CgTicky.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/codeGen/CgTicky.hs b/compiler/codeGen/CgTicky.hs index 021b0e4fd9..cfef1087cc 100644 --- a/compiler/codeGen/CgTicky.hs +++ b/compiler/codeGen/CgTicky.hs @@ -264,7 +264,7 @@ tickyDynAlloc cl_info _ -> return () } where -- will be needed when we fill in stubs - _cl_size = closureSize cl_info + -- _cl_size = closureSize dflags cl_info -- _slop_size = slopSize cl_info tick_alloc_thk |