diff options
author | simon qian <simonqian.openocd@gmail.com> | 2010-01-18 04:56:08 +0800 |
---|---|---|
committer | David Brownell <dbrownell@users.sourceforge.net> | 2010-01-23 14:24:10 -0800 |
commit | 9ff16575d2838527afa635058c4cb95d641533ba (patch) | |
tree | b4baed0ad99c66cd5f22511866875cfb536152ac /src/server/tcl_server.c | |
parent | 718ee762e7d6a81037670612a2f3d21da4784f56 (diff) | |
download | openocd+libswd-9ff16575d2838527afa635058c4cb95d641533ba.tar.gz openocd+libswd-9ff16575d2838527afa635058c4cb95d641533ba.tar.bz2 openocd+libswd-9ff16575d2838527afa635058c4cb95d641533ba.tar.xz openocd+libswd-9ff16575d2838527afa635058c4cb95d641533ba.zip |
SVF: insert space before '(' and after ')'
See http://forum.sparkfun.com/viewtopic.php?p=90983#90983 for discussion;
basically, the SVF parser wrongly expects "TDI (123)" but the space is
optional and it should accept "TDI(123)" too.
In the same way, "TDI(123)TDO(456)" should work too.
Rather than update the command parsing, this just makes sure the expected
spaces are present.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'src/server/tcl_server.c')
0 files changed, 0 insertions, 0 deletions