Re: [AD] bug in __colorconv_blit_16_to_32. |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> 00587F54 89 CD mov ebp,ecx
> 00587F56 89 F6 mov esi,esi
> 00587F58 D1 E9 shr ecx,1
> 00587F5A 89 F6 mov esi,esi
> ----> ERROR WAS HERE 00587F5C 0F 6E 06 movd mm0,dword
> ptr [esi]
I suppose esi was 0... in this case, it means the source bitmap was set to
NULL while the color convertor was running. I suppose the source bitmap is
again _mouse_screen, isn't it ? If so, that's the same problem you already
reported several times.
--
Eric Botcazou
ebotcazou@xxxxxxxxxx