duane ellis: fix warning

git-svn-id: svn://svn.berlios.de/openocd/trunk@948 b42882b7-edfa-0310-969c-e2dbd0fdcd60
__archive__
oharboe 2008-08-20 06:50:00 +00:00
parent 1b500fe12c
commit e5415575bd
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ int amt_jtagaccel_speed(int speed)
return ERROR_OK;
}
void amt_jtagaccel_end_state(state)
void amt_jtagaccel_end_state(int state)
{
if (tap_move_map[state] != -1)
end_state = state;