Fixed GDB timeout crash - regression introduced back when log_add/remove_callback was added.

git-svn-id: svn://svn.berlios.de/openocd/trunk@442 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
oharboe
2008-03-04 13:13:55 +00:00
parent 5a6dc5a325
commit f955b90d28
3 changed files with 7 additions and 7 deletions

View File

@@ -1698,8 +1698,6 @@ int handle_resume_command(struct command_context_s *cmd_ctx, char *cmd, char **a
target_process_events(cmd_ctx);
target_arch_state(target);
return retval;
}