diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-07-17 14:24:07 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-07-17 14:24:07 +0000 |
commit | 8ac989ccbb90b9d93c4456d3f24b4ec99d44a622 (patch) | |
tree | 1f8b719f99078a99cea51aff6a0ac00e96b2865c /gdb/ppc-linux-nat.c | |
parent | 50592fe03231ebd4b595a6b9f157a89a48f45ebf (diff) | |
download | gdb-8ac989ccbb90b9d93c4456d3f24b4ec99d44a622.tar.gz |
2004-07-17 Andrew Cagney <cagney@gnu.org>
* ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
* tui/tui-win.c (tui_get_cmd_list): Ditto.
* symfile-mem.c (_initialize_symfile_mem): Ditto.
Diffstat (limited to 'gdb/ppc-linux-nat.c')
-rw-r--r-- | gdb/ppc-linux-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ppc-linux-nat.c b/gdb/ppc-linux-nat.c index 987c64bcf88..c0f02ce924b 100644 --- a/gdb/ppc-linux-nat.c +++ b/gdb/ppc-linux-nat.c @@ -872,7 +872,7 @@ store_altivec_registers (int tid) } static void -store_spe_registers (tid) +store_spe_registers (int tid) { struct gdbarch_tdep *tdep = gdbarch_tdep (current_gdbarch); struct gdb_evrregset_t evrregs; |