From 979d6b794362c8e2e0dc4d0e7040ae7be862462a Mon Sep 17 00:00:00 2001 From: oharboe Date: Thu, 13 Mar 2008 08:05:10 +0000 Subject: marked infinite loop in code w/TODO and fixed warning. git-svn-id: svn://svn.berlios.de/openocd/trunk@508 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/jtag/bitbang.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/jtag') diff --git a/src/jtag/bitbang.c b/src/jtag/bitbang.c index e5e1438a..f12355c6 100644 --- a/src/jtag/bitbang.c +++ b/src/jtag/bitbang.c @@ -75,7 +75,7 @@ void bitbang_path_move(pathmove_command_t *cmd) { int num_states = cmd->num_states; int state_count; - int tms; + int tms = 0; state_count = 0; while (num_states) -- cgit v1.2.3