diff options
Diffstat (limited to 'rts/sm/Compact.c')
-rw-r--r-- | rts/sm/Compact.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rts/sm/Compact.c b/rts/sm/Compact.c index 5cef8168f0..62d9152898 100644 --- a/rts/sm/Compact.c +++ b/rts/sm/Compact.c @@ -530,7 +530,6 @@ thread_obj (StgInfoTable *info, StgPtr p) thread_(&bco->instrs); thread_(&bco->literals); thread_(&bco->ptrs); - thread_(&bco->itbls); return p + bco_sizeW(bco); } |