- 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:
@@ -346,7 +346,7 @@ int mips32_examine(struct target_s *target)
|
|||||||
{
|
{
|
||||||
mips32_common_t *mips32 = target->arch_info;
|
mips32_common_t *mips32 = target->arch_info;
|
||||||
|
|
||||||
if (target_was_examined(target))
|
if (!target_was_examined(target))
|
||||||
{
|
{
|
||||||
target_set_examined(target);
|
target_set_examined(target);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user