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 | da745b36fd72e0e3a64771d5609de2b2f2b0c788 (patch) | |
tree | 3adc3fd14fa5318ba6cda4528b1d04b1fc6c35de /gdb/ppc-linux-nat.c | |
parent | 9cbc6ef04e5d04231f2ac1c4b7fd9848d9a2b3b0 (diff) | |
download | gdb-da745b36fd72e0e3a64771d5609de2b2f2b0c788.zip gdb-da745b36fd72e0e3a64771d5609de2b2f2b0c788.tar.gz gdb-da745b36fd72e0e3a64771d5609de2b2f2b0c788.tar.bz2 |
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 987c64b..c0f02ce 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; |