diff options
Diffstat (limited to 'gdb/config/m68k/tm-vx68.h')
-rw-r--r-- | gdb/config/m68k/tm-vx68.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/config/m68k/tm-vx68.h b/gdb/config/m68k/tm-vx68.h index 9c09d24..a194b94 100644 --- a/gdb/config/m68k/tm-vx68.h +++ b/gdb/config/m68k/tm-vx68.h @@ -80,6 +80,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ This routine returns true on success */ #define GET_LONGJMP_TARGET(ADDR) get_longjmp_target(ADDR) +extern int get_longjmp_target PARAMS ((CORE_ADDR *)); /* Number of registers in a ptrace_getregs call. */ |