[releng_6 tinderbox] failure on sparc64/sparc64
Giorgos Keramidas
keramida at ceid.upatras.gr
Mon Feb 13 01:41:13 PST 2006
On 2006-02-13 20:38, Peter Jeremy <peterjeremy at optushome.com.au> wrote:
> On Mon, 2006-Feb-13 10:48:02 +0200, Giorgos Keramidas wrote:
> >Good thinking. It's probably a good idea to avoid copying random
> >garbage, and using something like:
> >
> > struct foo foo;
> > uint32_t value[sizeof(uint32_t) * (sizeof(foo) / sizeof(uint32_t) + 1)];
>
> That makes it about 4 times too large - you don't need to multiply by
> sizeof(uint32_t).
Ugh! Yes, you're right of course :)
More information about the freebsd-arch
mailing list