]> git.sur5r.net Git - openocd/commit
Simplify handle_resume_command:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Thu, 11 Jun 2009 11:42:33 +0000 (11:42 +0000)
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Thu, 11 Jun 2009 11:42:33 +0000 (11:42 +0000)
commite4850d7159d557519fd012bda3bc6e9f35763689
treeb000a50882d27cee76edb127ba8e8b923dba964a
parent78cf92166ad4ab67e48e5dab7307bb1cf5a345b4
Simplify handle_resume_command:
- Eliminate redundant calls to target_resume with addr temp variable.
- Place variables at location of first use.
- Fix minor whitespace issues.

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