Branches: main
Fix bug #204. Deconstruct of packed arguments was broken due to a mistake in
the RTTI tables.
compiler/prog_data.m:
compiler/rtti_out.m:
compiler/rtti_to_mlds.m:
Correct the computation of the number of bits occupied by a packed
argument, given the bit-mask.
tests/hard_coded/Mmakefile:
tests/hard_coded/zinc_pack_bug.exp:
tests/hard_coded/zinc_pack_bug.m:
Add test case.