Re: [AD] "clear" work bad with sub-bitmaps |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
I it's the comment, since it fixed it
> > Right fixed
> > thnx :)
>
> I'm a little bit sceptical about the patch:
>
> 1. the first fix does nothing
> - addl %eax, %ecx /* and adjust %ecx to reflect the change */
> + addl %eax, %ecx
>
> 2. the third fix seems to be wrong (or maybe the comment ?)
> - addl %eax, %ecx /* and adjust %ecx to reflect the change */
> + addl %ecx, %eax /* and adjust %ecx to reflect the change */
>
> --
> Eric Botcazou
> ebotcazou@xxxxxxxxxx
>
>