diff options
Diffstat (limited to 'gdb/i386mach-nat.c')
-rw-r--r-- | gdb/i386mach-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/i386mach-nat.c b/gdb/i386mach-nat.c index cd1e1fe..ded044b 100644 --- a/gdb/i386mach-nat.c +++ b/gdb/i386mach-nat.c @@ -37,7 +37,7 @@ #include "gdb_stat.h" #include <sys/core.h> -static void fetch_core_registers PARAMS ((char *, unsigned, int, CORE_ADDR)); +static void fetch_core_registers (char *, unsigned, int, CORE_ADDR); void fetch_inferior_registers (regno) |