diff options
author | Zachary T Welch <zw@superlucidity.net> | 2009-11-13 08:41:27 -0800 |
---|---|---|
committer | Zachary T Welch <zw@superlucidity.net> | 2009-11-13 11:58:10 -0800 |
commit | f6dae0cf84de26846a18f3fcaea842ccd898a5c1 (patch) | |
tree | 7f13de5d618db59638fc4e36b09fe2129f0d3ac5 /src/target/arm920t.h | |
parent | 405a5df7860bf9c0465fce4ac517083a1f9c4a4b (diff) | |
download | riscv-openocd-f6dae0cf84de26846a18f3fcaea842ccd898a5c1.zip riscv-openocd-f6dae0cf84de26846a18f3fcaea842ccd898a5c1.tar.gz riscv-openocd-f6dae0cf84de26846a18f3fcaea842ccd898a5c1.tar.bz2 |
armv4_5_mmu_common_t -> struct armv4_5_mmu_common
Remove misleading typedef and redundant suffix from struct armv4_5_mmu_common.
Diffstat (limited to 'src/target/arm920t.h')
-rw-r--r-- | src/target/arm920t.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/arm920t.h b/src/target/arm920t.h index b2ab459..4bd5ceb 100644 --- a/src/target/arm920t.h +++ b/src/target/arm920t.h @@ -29,7 +29,7 @@ struct arm920t_common { struct arm9tdmi_common arm9tdmi_common; uint32_t common_magic; - armv4_5_mmu_common_t armv4_5_mmu; + struct armv4_5_mmu_common armv4_5_mmu; uint32_t cp15_control_reg; uint32_t d_fsr; uint32_t i_fsr; |