summaryrefslogtreecommitdiff
path: root/src/target/mips32.h
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-11-13 09:55:49 -0800
committerZachary T Welch <zw@superlucidity.net>2009-11-13 11:58:13 -0800
commitd0dee7ccafcf87259fadf6c5de43df8583b0e885 (patch)
tree19cdaeffd3bbd10f4d5c740b8a9b34693d967de3 /src/target/mips32.h
parentac927559c3ce5406adac34b9d4ca4ecb37a48181 (diff)
downloadopenocd+libswd-d0dee7ccafcf87259fadf6c5de43df8583b0e885.tar.gz
openocd+libswd-d0dee7ccafcf87259fadf6c5de43df8583b0e885.tar.bz2
openocd+libswd-d0dee7ccafcf87259fadf6c5de43df8583b0e885.tar.xz
openocd+libswd-d0dee7ccafcf87259fadf6c5de43df8583b0e885.zip
reg_t -> struct reg
Remove misleading typedef and redundant suffix from struct reg.
Diffstat (limited to 'src/target/mips32.h')
-rw-r--r--src/target/mips32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/mips32.h b/src/target/mips32.h
index 7cecb754..3b4f6427 100644
--- a/src/target/mips32.h
+++ b/src/target/mips32.h
@@ -150,6 +150,6 @@ int mips32_register_commands(struct command_context_s *cmd_ctx);
int mips32_invalidate_core_regs(target_t *target);
int mips32_get_gdb_reg_list(target_t *target,
- reg_t **reg_list[], int *reg_list_size);
+ struct reg **reg_list[], int *reg_list_size);
#endif /*MIPS32_H*/