parent
9cbf0723d5
commit
d16f9259c2
|
@ -865,7 +865,7 @@ int arm11_run_instr_data_to_core_noack_inner(struct jtag_tap * tap, uint32_t opc
|
|||
|
||||
if ((pre_bits > 32) || (post_bits > 32))
|
||||
{
|
||||
int arm11_run_instr_data_to_core_noack_inner_default(struct jtag_tap * tap, uint32_t opcode, uint32_t * data, size_t count);
|
||||
int arm11_run_instr_data_to_core_noack_inner_default(struct jtag_tap *, uint32_t, uint32_t *, size_t);
|
||||
return arm11_run_instr_data_to_core_noack_inner_default(tap, opcode, data, count);
|
||||
} else
|
||||
{
|
||||
|
@ -1526,4 +1526,3 @@ struct jtag_interface zy1000_interface =
|
|||
.power_dropout = zy1000_power_dropout,
|
||||
.srst_asserted = zy1000_srst_asserted,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue