diff options
Diffstat (limited to 'gdb/config/i386/tm-i386nw.h')
-rw-r--r-- | gdb/config/i386/tm-i386nw.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/config/i386/tm-i386nw.h b/gdb/config/i386/tm-i386nw.h index d61934ae06f..75dbc5548fe 100644 --- a/gdb/config/i386/tm-i386nw.h +++ b/gdb/config/i386/tm-i386nw.h @@ -41,8 +41,7 @@ we 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) |