Hi,

On Mon, 2009-08-24 at 14:05 +0300, Tasos Parisinos wrote:

> I'm running on an AVR32 currently (big endian). Could this be the issue? 
> I think that direct_memcpy obviously does not behave like memcpy so it 
> must be pointing to another function

It may be pointing to another function, but the behavior should be
identical. Except if you are using it with invalid parameters. The
behavior in that case may very well be different, depending on the
implementation that is used.

For your described setup this means that the problem is not in
direct_memcpy(), but in the parameters that you are passing to it. Are
you absolutely sure that you are using the correct source and
destination pointers here and that all of the area that is copied is
valid?


Sven


_______________________________________________
directfb-dev mailing list
directfb-dev@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev

Reply via email to