From: oharboe Date: Mon, 25 Aug 2008 12:20:50 +0000 (+0000) Subject: fixed bug in arm11 examine code. X-Git-Tag: v0.1.0~333 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8044656bf8f40dc5602db7d394fa34c2cc291b20;p=openocd fixed bug in arm11 examine code. git-svn-id: svn://svn.berlios.de/openocd/trunk@966 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- diff --git a/src/target/arm11.c b/src/target/arm11.c index 3398b14b..56a397d3 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; }