Fix another warning..

-Duane.

Index: src/jtag/amt_jtagaccel.c
===================================================================
--- src/jtag/amt_jtagaccel.c    (revision 947)
+++ src/jtag/amt_jtagaccel.c    (working copy)
@@ -155,7 +155,7 @@
        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;
_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to