aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/i386/tm-i386nw.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/config/i386/tm-i386nw.h')
-rw-r--r--gdb/config/i386/tm-i386nw.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/config/i386/tm-i386nw.h b/gdb/config/i386/tm-i386nw.h
index d61934a..75dbc55 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)