summaryrefslogtreecommitdiff
path: root/gdb/config/sparc/tm-sp64sim.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/config/sparc/tm-sp64sim.h')
-rw-r--r--gdb/config/sparc/tm-sp64sim.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/config/sparc/tm-sp64sim.h b/gdb/config/sparc/tm-sp64sim.h
index 8d83db1eebf..f4e63e29fff 100644
--- a/gdb/config/sparc/tm-sp64sim.h
+++ b/gdb/config/sparc/tm-sp64sim.h
@@ -45,7 +45,6 @@
extract the pc (JB_PC) that we will land at. The pc is copied into ADDR.
This routine returns true on success */
-extern int
-get_longjmp_target PARAMS ((CORE_ADDR *));
+extern int get_longjmp_target (CORE_ADDR *);
#define GET_LONGJMP_TARGET(ADDR) get_longjmp_target(ADDR)