summaryrefslogtreecommitdiff
path: root/src/target/embeddedice.c
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-11-13 08:40:03 -0800
committerZachary T Welch <zw@superlucidity.net>2009-11-13 11:58:09 -0800
commit8012b3963fc49c7edf87f31a93bc0039095f5b59 (patch)
treeca01e0fd734ebb5ace62492fd27081390fb50b59 /src/target/embeddedice.c
parentbcb18b2044e9a9b812f8e0d390ed903f74524586 (diff)
downloadopenocd+libswd-8012b3963fc49c7edf87f31a93bc0039095f5b59.tar.gz
openocd+libswd-8012b3963fc49c7edf87f31a93bc0039095f5b59.tar.bz2
openocd+libswd-8012b3963fc49c7edf87f31a93bc0039095f5b59.tar.xz
openocd+libswd-8012b3963fc49c7edf87f31a93bc0039095f5b59.zip
arm7_9_common_t -> struct arm7_9_common
Remove misleading typedef and redundant suffix from struct arm7_9_common.
Diffstat (limited to 'src/target/embeddedice.c')
-rw-r--r--src/target/embeddedice.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/target/embeddedice.c b/src/target/embeddedice.c
index a1eac134..4a60960b 100644
--- a/src/target/embeddedice.c
+++ b/src/target/embeddedice.c
@@ -164,7 +164,7 @@ static int embeddedice_get_reg(reg_t *reg)
* hardware support for vector_catch, single stepping, and monitor mode.
*/
reg_cache_t *
-embeddedice_build_reg_cache(target_t *target, arm7_9_common_t *arm7_9)
+embeddedice_build_reg_cache(target_t *target, struct arm7_9_common *arm7_9)
{
int retval;
reg_cache_t *reg_cache = malloc(sizeof(reg_cache_t));
@@ -303,7 +303,7 @@ embeddedice_build_reg_cache(target_t *target, arm7_9_common_t *arm7_9)
int embeddedice_setup(target_t *target)
{
int retval;
- struct arm7_9_common_s *arm7_9 = target_to_arm7_9(target);
+ struct arm7_9_common *arm7_9 = target_to_arm7_9(target);
/* Explicitly disable monitor mode. For now we only support halting
* debug ... we don't know how to talk with a resident debug monitor