|
From: ntfreak at B. <nt...@ma...> - 2009-06-11 21:32:12
|
Author: ntfreak
Date: 2009-06-11 21:32:10 +0200 (Thu, 11 Jun 2009)
New Revision: 2202
Modified:
trunk/src/target/mips32.c
Log:
- fix bug introduced during r1962
- Original patch submitted by David Claffey [dnc...@gm...].
Modified: trunk/src/target/mips32.c
===================================================================
--- trunk/src/target/mips32.c 2009-06-11 13:07:20 UTC (rev 2201)
+++ trunk/src/target/mips32.c 2009-06-11 19:32:10 UTC (rev 2202)
@@ -346,7 +346,7 @@
{
mips32_common_t *mips32 = target->arch_info;
- if (target_was_examined(target))
+ if (!target_was_examined(target))
{
target_set_examined(target);
|