diff options
Diffstat (limited to 'src/xsvf/xsvf.c')
-rw-r--r-- | src/xsvf/xsvf.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xsvf/xsvf.c b/src/xsvf/xsvf.c index e1a30e6e..c6daf5fd 100644 --- a/src/xsvf/xsvf.c +++ b/src/xsvf/xsvf.c @@ -445,7 +445,7 @@ COMMAND_HANDLER(handle_xsvf_command) for (attempt = 0; attempt < limit; ++attempt) { - scan_field_t field; + struct scan_field field; if (attempt > 0) { @@ -692,7 +692,7 @@ COMMAND_HANDLER(handle_xsvf_command) do_abort = 1; else { - scan_field_t field; + struct scan_field field; field.tap = tap; field.num_bits = bitcount; @@ -924,7 +924,7 @@ COMMAND_HANDLER(handle_xsvf_command) for (attempt = 0; attempt < limit; ++attempt) { - scan_field_t field; + struct scan_field field; result = svf_add_statemove(loop_state); jtag_add_clocks(loop_clocks); |