diff options
Diffstat (limited to 'gdb/dve3900-rom.c')
-rw-r--r-- | gdb/dve3900-rom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dve3900-rom.c b/gdb/dve3900-rom.c index c8834e9..96f4501 100644 --- a/gdb/dve3900-rom.c +++ b/gdb/dve3900-rom.c @@ -32,7 +32,7 @@ /* Type of function passed to bfd_map_over_sections. */ -typedef void (*section_map_func) (bfd * abfd, asection * sect, PTR obj); +typedef void (*section_map_func) (bfd * abfd, asection * sect, void *obj); /* Packet escape character used by Densan monitor. */ |