K 10 svn:author V 3 imp K 8 svn:date V 27 2018-06-11T20:38:26.252086Z K 7 svn:log V 351 Fix a bug in the counting of blks. We shouldn't count the bytes set in c_addr for TS_CLRI and TS_BITS nodes. Those block overload c_count to communicate how many blocks follow, not now many c_addr spaces are used. Dump would dump core (now) because memory layout moved around and we'd access elements past the end to make a count. Reviewed by: kib@ END