On Thu, Mar 31, 2011 at 11:06 PM, Øyvind Harboe <[email protected]> wrote: > The code below is broken, it will modify the "buffer" passed in to > memory writes.
Hi Øyvind, I thought you introduced the change needed (I thought I saw it somewhere within your patches). Can I use this ? I ment on the mail you sent before, [Openocd-development] [PATCH 1/2] mips: delete kludgy code that modifies data sent to write_memory() : - h_u32_to_le(&buffer[i], t32); + h_u32_to_le(&t[i], t32); BR, Drasko _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
