diff options
author | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-05-08 09:48:00 +0000 |
---|---|---|
committer | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-05-08 09:48:00 +0000 |
commit | 57bc9f37c9029f1b481cd50e15676a0f74aa9e92 (patch) | |
tree | 547bae31fa4f90ea78a6042c4f3889a483fe897f /src/xsvf | |
parent | 4df87471ca53417fdcbe3285db4b70d710414a24 (diff) | |
download | openocd_libswd-57bc9f37c9029f1b481cd50e15676a0f74aa9e92.tar.gz openocd_libswd-57bc9f37c9029f1b481cd50e15676a0f74aa9e92.tar.bz2 openocd_libswd-57bc9f37c9029f1b481cd50e15676a0f74aa9e92.tar.xz openocd_libswd-57bc9f37c9029f1b481cd50e15676a0f74aa9e92.zip |
in_handler in_check_mask and in_check_value now removed from field. Last big patch in the series of JTAG API cleanup.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1672 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/xsvf')
-rw-r--r-- | src/xsvf/xsvf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xsvf/xsvf.c b/src/xsvf/xsvf.c index 0e3152da..da0cb20c 100644 --- a/src/xsvf/xsvf.c +++ b/src/xsvf/xsvf.c @@ -719,7 +719,7 @@ static int handle_xsvf_command(struct command_context_s *cmd_ctx, char *cmd, cha field.in_value = NULL; - field.in_handler = NULL; + if (tap == NULL) jtag_add_plain_ir_scan(1, &field, my_end_state); |