Hi all,

It appears that with Zach's recent command handler work the MWW command
broke.  The reason is because of how the args pointer is modified
(incremented in this case) as the function executes.  It then uses the
CMD_NAME macro and this retrieves 'phys' instead of 'mww'.  In addition, it
appears that the command name is now 'ocd_mww', so the index for the w, h,
or b character now needs to be 6 instead of 2.  Patch is attached.

// Dean Glazeski

Attachment: 0001-Invalid-command-syntax-errors-with-MWW.patch
Description: Binary data

_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to