diff options
Diffstat (limited to 'gdb/tm-sun4os5.h')
-rw-r--r-- | gdb/tm-sun4os5.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/tm-sun4os5.h b/gdb/tm-sun4os5.h index e241bbd..942fb87 100644 --- a/gdb/tm-sun4os5.h +++ b/gdb/tm-sun4os5.h @@ -47,6 +47,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ extract the pc (JB_PC) that we will land at. The pc is copied into ADDR. This routine returns true on success */ -#define GET_LONGJMP_TARGET(ADDR) get_longjmp_target(ADDR) +extern int +get_longjmp_target PARAMS ((CORE_ADDR *)); +#define GET_LONGJMP_TARGET(ADDR) get_longjmp_target(ADDR) #endif /* 0 */ |