mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
- fix typo in jtag_add_end_state
git-svn-id: svn://svn.berlios.de/openocd/trunk@863 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -1042,7 +1042,7 @@ int MINIDRIVER(interface_jtag_add_reset)(int req_trst, int req_srst)
|
||||
void jtag_add_end_state(enum tap_state state)
|
||||
{
|
||||
cmd_queue_end_state = state;
|
||||
if ((cmd_queue_end_state == TAP_SD)||(cmd_queue_end_state == TAP_SD))
|
||||
if ((cmd_queue_end_state == TAP_SD)||(cmd_queue_end_state == TAP_SI))
|
||||
{
|
||||
LOG_ERROR("BUG: TAP_SD/SI can't be end state. Calling code should use a larger scan field");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user