]> git.sur5r.net Git - openocd/commit
Reduce scope or eliminate temporary variables in jtag_add_statemove:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Tue, 9 Jun 2009 01:16:19 +0000 (01:16 +0000)
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Tue, 9 Jun 2009 01:16:19 +0000 (01:16 +0000)
commit731d2d0cb6a63fd7fc1fa2f43cc92e095508f0ff
tree9e870b0896fd6cbb02fc7410f0025b808dd2879c
parentb3121aac7676aa82bb0a9836db544c544ddb875f
Reduce scope or eliminate temporary variables in jtag_add_statemove:
- Change types of tms_bits and tms_count to unsigned, eliminates a cast.
- Use moves[] only if needed; a single move can use goal_state directly.
- Declare loop induction variable inside its control statement.
- Remove retval in favor of direct returns.

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