Remove the itbls field of BCO, put itbls in with the literals
[ghc-hetmet.git] / rts / sm / Compact.c
index 5cef816..62d9152 100644 (file)
@@ -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);
     }