diff options
Diffstat (limited to 'gdb/irix4-nat.c')
-rw-r--r-- | gdb/irix4-nat.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/irix4-nat.c b/gdb/irix4-nat.c index 9509f8a..b3e288c 100644 --- a/gdb/irix4-nat.c +++ b/gdb/irix4-nat.c @@ -39,8 +39,7 @@ typedef unsigned int greg_t; /* why isn't this defined? */ -static void -fetch_core_registers PARAMS ((char *, unsigned int, int, CORE_ADDR)); +static void fetch_core_registers (char *, unsigned int, int, CORE_ADDR); /* * See the comment in m68k-tdep.c regarding the utility of these functions. |