Nicholas Clark <[EMAIL PROTECTED]> wrote: > -#define PMC_sub(pmc) ((parrot_sub_t)((pmc)->cache.pmc_val)) > +#define PMC_sub(pmc) (*((parrot_sub_t *)&((pmc)->cache.pmc_val)))
This seems to work. Thanks for the patch. (the tcc tinderbox seems to be missing a make realclean/Configure or such though) leo