summaryrefslogtreecommitdiff
path: root/src/target/mips32.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/mips32.c')
-rw-r--r--src/target/mips32.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/target/mips32.c b/src/target/mips32.c
index 084e6276..9eb7b0c9 100644
--- a/src/target/mips32.c
+++ b/src/target/mips32.c
@@ -346,9 +346,9 @@ int mips32_examine(struct target_s *target)
{
mips32_common_t *mips32 = target->arch_info;
- if (!target->type->examined)
+ if (target_was_examined(target))
{
- target->type->examined = 1;
+ target_set_examined(target);
/* we will configure later */
mips32->bp_scanned = 0;