]> git.sur5r.net Git - openocd/commit
command_handler_t: make argc unsigned
authorZachary T Welch <zw@superlucidity.net>
Tue, 10 Nov 2009 08:02:18 +0000 (00:02 -0800)
committerZachary T Welch <zw@superlucidity.net>
Fri, 13 Nov 2009 18:55:27 +0000 (10:55 -0800)
commitd22270e0ed291d3b08fd03a25181b279ca5e0911
treee9467fb7e4a05043d18eb747d0b4bfd89511abf1
parenta585bdf7269ce5c861c83ee3294ba1f074e9c877
command_handler_t: make argc unsigned

The number of command arguments will always be 0 or more, so use
the right type in handlers.  This has a cascading effect up through
the layers, but the new COMMAND_HANDLER macros prevented total chaos.
src/flash/cfi.c
src/flash/nand.c
src/helper/command.h
src/helper/ioutil.c
src/jtag/ft2232.c
src/svf/svf.c
src/target/arm9tdmi.c