From 8044656bf8f40dc5602db7d394fa34c2cc291b20 Mon Sep 17 00:00:00 2001 From: oharboe Date: Mon, 25 Aug 2008 12:20:50 +0000 Subject: [PATCH] fixed bug in arm11 examine code. git-svn-id: svn://svn.berlios.de/openocd/trunk@966 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/target/arm11.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/target/arm11.c b/src/target/arm11.c index 3398b14b8d..56a397d3e3 100644 --- a/src/target/arm11.c +++ b/src/target/arm11.c @@ -1470,6 +1470,8 @@ int arm11_examine(struct target_s *target) arm11_check_init(arm11, NULL); + target->type->examined = 1; + return ERROR_OK; } -- 2.30.2