diff options
Diffstat (limited to 'gdb/config/m68k/tm-cisco.h')
-rw-r--r-- | gdb/config/m68k/tm-cisco.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/m68k/tm-cisco.h b/gdb/config/m68k/tm-cisco.h index ae8de6602e5..e27432df395 100644 --- a/gdb/config/m68k/tm-cisco.h +++ b/gdb/config/m68k/tm-cisco.h @@ -48,7 +48,7 @@ This routine returns true on success */ #define GET_LONGJMP_TARGET(ADDR) get_longjmp_target(ADDR) -extern int get_longjmp_target PARAMS ((CORE_ADDR *)); +extern int get_longjmp_target (CORE_ADDR *); /* BFD handles finding the registers in the core file, so they are at the start of the BFD .reg section. */ |