diff options
author | Kevin Buettner <kevinb@redhat.com> | 2000-09-30 02:39:10 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2000-09-30 02:39:10 +0000 |
commit | d0849a9a5a50d53a85228bd7efd0505a8f307c48 (patch) | |
tree | 4ce39cf5237dde477914608afb9f5f4cbbc0b2cc /gdb/ptx4-nat.c | |
parent | f572a39d1559be095b66dc346f00d205492b02bb (diff) | |
download | gdb-d0849a9a5a50d53a85228bd7efd0505a8f307c48.zip gdb-d0849a9a5a50d53a85228bd7efd0505a8f307c48.tar.gz gdb-d0849a9a5a50d53a85228bd7efd0505a8f307c48.tar.bz2 |
Protoization.
Diffstat (limited to 'gdb/ptx4-nat.c')
-rw-r--r-- | gdb/ptx4-nat.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/ptx4-nat.c b/gdb/ptx4-nat.c index e721787..af313c0 100644 --- a/gdb/ptx4-nat.c +++ b/gdb/ptx4-nat.c @@ -94,8 +94,7 @@ fill_fpregset (fpregset_t *fpregsetp, int regno) */ /* this could use elf_interpreter() from elfread.c */ int -proc_iterate_over_mappings (func) - int (*func) (int, CORE_ADDR); +proc_iterate_over_mappings (int (*func) (int, CORE_ADDR)) { vaddr_t curseg, memptr; pt_vseg_t pv; |