On Mon, Oct 09, 2006 at 06:01:26PM +0000, Thorsten Glaser wrote:
> Dirk Nehring dixit:
>
> I'm not interested in gcc4 right now. First off, we have
> a release before the door, second, it's still premature.
>
> >@@ -10784,7 +10784,8 @@
> > +    /* handle bulk of data as 32-bit words */
> > +    pend = pdata + (nbytes & 0xfffffffc);
> > +    while (pdata < pend) {
> >-+      *tptr = *((ulong *)pdata)++;
> >++      *tptr = *((ulong *)pdata);
> >++      pdata++;
> > +        CRC_INNER_LOOP(32, crc, tmp[0]);
> > +        CRC_INNER_LOOP(32, crc, tmp[1]);
> > +        CRC_INNER_LOOP(32, crc, tmp[2]);
>
> This one already is wrong.

Would be "*pdata++" correct?

Dirk
_______________________________________________
freewrt-developers mailing list
[email protected]
https://www.freewrt.org/lists/listinfo/freewrt-developers

Reply via email to