- fix bug introduced during r1962

- Original patch submitted by David Claffey [dnclaffey@gmail.com].



git-svn-id: svn://svn.berlios.de/openocd/trunk@2202 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
ntfreak 2009-06-11 19:32:10 +00:00
parent eb9ecb8224
commit 2e0be4e18b
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,7 @@ int mips32_examine(struct target_s *target)
{
mips32_common_t *mips32 = target->arch_info;
if (target_was_examined(target))
if (!target_was_examined(target))
{
target_set_examined(target);