diff options
author | Zachary T Welch <zw@superlucidity.net> | 2009-11-13 08:40:03 -0800 |
---|---|---|
committer | Zachary T Welch <zw@superlucidity.net> | 2009-11-13 11:58:09 -0800 |
commit | 8012b3963fc49c7edf87f31a93bc0039095f5b59 (patch) | |
tree | ca01e0fd734ebb5ace62492fd27081390fb50b59 /src/target/embeddedice.h | |
parent | bcb18b2044e9a9b812f8e0d390ed903f74524586 (diff) | |
download | riscv-openocd-8012b3963fc49c7edf87f31a93bc0039095f5b59.zip riscv-openocd-8012b3963fc49c7edf87f31a93bc0039095f5b59.tar.gz riscv-openocd-8012b3963fc49c7edf87f31a93bc0039095f5b59.tar.bz2 |
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.h')
-rw-r--r-- | src/target/embeddedice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/embeddedice.h b/src/target/embeddedice.h index c27a1b5..4e5639c 100644 --- a/src/target/embeddedice.h +++ b/src/target/embeddedice.h @@ -94,7 +94,7 @@ typedef struct embeddedice_reg_s } embeddedice_reg_t; reg_cache_t* embeddedice_build_reg_cache(target_t *target, - arm7_9_common_t *arm7_9); + struct arm7_9_common *arm7_9); int embeddedice_setup(target_t *target); |