]> git.sur5r.net Git - openocd/commit
fix regression in md/mw commands
authorZachary T Welch <zw@superlucidity.net>
Wed, 18 Nov 2009 11:34:52 +0000 (03:34 -0800)
committerZachary T Welch <zw@superlucidity.net>
Wed, 18 Nov 2009 11:34:52 +0000 (03:34 -0800)
commit59f32cbe53ccd8725e01968fcbc716cc5768a36b
treee907180fbc5a725a8b14a6d03b751840794190e0
parent6e95f16d0a7d2b07caa1340b3bc3c2309ea12043
fix regression in md/mw commands

The recent migration broke them, the fixes broken them in a new way,
but this should restore them to working order.  Eliminates the
temporary variable, as the CMD_NAME macro can once again be use
in routines that increment CMD_ARGV without nasty side-effects.
src/target/target.c