- fixed bug in Thumb sw breakpoint handling (thanks to Spen for this patch)

- fixed handling of services linked list (thanks to Spen for this patch)


git-svn-id: svn://svn.berlios.de/openocd/trunk@76 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
drath
2006-06-25 21:02:44 +00:00
parent d4d36b0a9a
commit 1960973baf
3 changed files with 20 additions and 24 deletions

View File

@@ -18,7 +18,7 @@
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#define OPENOCD_VERSION "Open On-Chip Debugger (2006-06-25 22:45 CEST)"
#define OPENOCD_VERSION "Open On-Chip Debugger (2006-06-25 23:00 CEST)"
#ifdef HAVE_CONFIG_H
#include <config.h>