From 4d88c124b1262a738b4a9f107ef62404a45bf323 Mon Sep 17 00:00:00 2001 From: oharboe Date: Wed, 6 May 2009 06:20:52 +0000 Subject: retire out_mask - not used anywhere git-svn-id: svn://svn.berlios.de/openocd/trunk@1608 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/xsvf/xsvf.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/xsvf') diff --git a/src/xsvf/xsvf.c b/src/xsvf/xsvf.c index 3613897f..1baa1263 100644 --- a/src/xsvf/xsvf.c +++ b/src/xsvf/xsvf.c @@ -486,7 +486,7 @@ static int handle_xsvf_command(struct command_context_s *cmd_ctx, char *cmd, cha field.tap = tap; field.num_bits = xsdrsize; field.out_value = dr_out_buf; - field.out_mask = NULL; + field.in_value = NULL; jtag_set_check_value(&field, dr_in_buf, dr_in_mask, NULL); @@ -705,7 +705,7 @@ static int handle_xsvf_command(struct command_context_s *cmd_ctx, char *cmd, cha field.tap = tap; field.num_bits = bitcount; field.out_value = ir_buf; - field.out_mask = NULL; + field.in_value = NULL; field.in_check_value = NULL; field.in_check_mask = NULL; @@ -937,7 +937,7 @@ static int handle_xsvf_command(struct command_context_s *cmd_ctx, char *cmd, cha field.tap = tap; field.num_bits = xsdrsize; field.out_value = dr_out_buf; - field.out_mask = NULL; + field.in_value = NULL; if (attempt > 0 && verbose) -- cgit v1.2.3