From 3b2518bd734b6fedbaf102f89a75126aafe73651 Mon Sep 17 00:00:00 2001 From: oharboe Date: Tue, 7 Oct 2008 11:08:57 +0000 Subject: Georg Acher - arm11 wip. run algorithm + small init bugfix. git-svn-id: svn://svn.berlios.de/openocd/trunk@1023 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/target/arm11.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/target/arm11.h') diff --git a/src/target/arm11.h b/src/target/arm11.h index dfc8c8d4..d7200a40 100644 --- a/src/target/arm11.h +++ b/src/target/arm11.h @@ -1,6 +1,8 @@ /*************************************************************************** * Copyright (C) 2008 digenius technology GmbH. * * * + * Copyright (C) 2008 Georg Acher * + * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * @@ -107,6 +109,8 @@ typedef struct arm11_common_s size_t free_brps; /**< keep track of breakpoints allocated by arm11_add_breakpoint() */ size_t free_wrps; /**< keep track of breakpoints allocated by arm11_add_watchpoint() */ + // GA + reg_cache_t *core_cache; } arm11_common_t; -- cgit v1.2.3