Memcpy() on MPC5200B

2008-09-23 Thread Wright, Chuck
I've found a case where memcpy() is failing on copies longer that 4 bytes. Closer investigation found that the destination pointer is not pointing to a word aligned address. The problem comes from the JFFS2 driver where there is a struct that is being used to create the destination pointer for

Re: Memcpy() on MPC5200B

2008-09-23 Thread Jon Smirl
On Mon, Sep 22, 2008 at 4:07 PM, Wright, Chuck [EMAIL PROTECTED] wrote: I've found a case where memcpy() is failing on copies longer that 4 bytes. Closer investigation found that the destination pointer is not pointing to a word aligned address. The problem comes from the JFFS2 driver where