You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dumpfields((BitVector){(edata - data)*8, (byte*)gcdata});
dumpfields((BitVector){(ebss - bss)*8, (byte*)gcbss});
These lines look wrong. Dmitriy's change to the garbage collector made the gcdata and
gcbss 'programs', not bitmaps. But here they are being used as bitmaps.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: