statemove_command_t -> struct statemove_command

Remove misleading typedef from struct statemove_command.
This commit is contained in:
Zachary T Welch
2009-11-13 05:52:51 -08:00
parent e11c5a3b42
commit af3f4a0bbe
2 changed files with 4 additions and 5 deletions

View File

@@ -377,7 +377,7 @@ int interface_jtag_add_tlr(void)
cmd->type = JTAG_STATEMOVE;
cmd->cmd.statemove = cmd_queue_alloc(sizeof(statemove_command_t));
cmd->cmd.statemove = cmd_queue_alloc(sizeof(struct statemove_command));
cmd->cmd.statemove->end_state = state;
return ERROR_OK;