Allow -expected-id to be specified multiple times when creating a jtag tap
git-svn-id: svn://svn.berlios.de/openocd/trunk@1229 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -179,7 +179,8 @@ struct jtag_tap_s
|
||||
u32 ir_capture_mask;
|
||||
u8 *expected_mask; /* Capture-IR expected mask */
|
||||
u32 idcode; /* device identification code */
|
||||
u32 expected_id;
|
||||
u32 *expected_ids; /* Array of expected identification codes */
|
||||
u8 expected_ids_cnt;/* Number of expected identification codes */
|
||||
u8 *cur_instr; /* current instruction */
|
||||
int bypass; /* bypass register selected */
|
||||
jtag_tap_t *next_tap;
|
||||
|
||||
Reference in New Issue
Block a user