| 56 | 56 | <s>Note that the first 3 fields of the counters are 16-bit ints and so the generated ticky-counter registration code has to reflect that (I fixed a bug where the first field was getting treated as a 32-bit int.)</s> I modified the {{{StgEntCounter}}} type so that all fields are {{{StgWord}}}s, because it seems that the code generator can't cope with anything else anyway (i.e., in the declaration above, {{{Main_zdwrepeated_ct[]}}} is an array of {{{StgWord}}}s, even though the C type declaration implies that some fields are halfwords.) |