mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
duane ellis: fix warning
git-svn-id: svn://svn.berlios.de/openocd/trunk@948 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user