]> git.sur5r.net Git - openocd/commit
Simplify and fix handle_step_command:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Thu, 11 Jun 2009 11:42:26 +0000 (11:42 +0000)
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Thu, 11 Jun 2009 11:42:26 +0000 (11:42 +0000)
commit78cf92166ad4ab67e48e5dab7307bb1cf5a345b4
tree045e72698f643938a4fecf8c98df001246908643
parent4c31d5d17962a330f489e6698ca1f53648b37f44
Simplify and fix handle_step_command:
- Bug fix: return syntax error when more than one argument is given.
- Eliminate redundant calls to step callback with addr temp variable.
- Place variables at location of first use.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2190 b42882b7-edfa-0310-969c-e2dbd0fdcd60
src/target/target.c