summaryrefslogtreecommitdiff
path: root/src/target/arm11.h
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-10-07 11:08:57 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-10-07 11:08:57 +0000
commit3b2518bd734b6fedbaf102f89a75126aafe73651 (patch)
treea07ed2e4fcf29dbe6da28e46d10e6a18f0885710 /src/target/arm11.h
parentab362fb528bc741482d31c7ff3a73ccf94392d73 (diff)
downloadopenocd_libswd-3b2518bd734b6fedbaf102f89a75126aafe73651.tar.gz
openocd_libswd-3b2518bd734b6fedbaf102f89a75126aafe73651.tar.bz2
openocd_libswd-3b2518bd734b6fedbaf102f89a75126aafe73651.tar.xz
openocd_libswd-3b2518bd734b6fedbaf102f89a75126aafe73651.zip
Georg Acher <acher@in.tum.de> - arm11 wip. run algorithm + small init bugfix.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1023 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/target/arm11.h')
-rw-r--r--src/target/arm11.h4
1 files changed, 4 insertions, 0 deletions
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 <acher@in.tum.de> *
+ * *
* 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;