diff options
Diffstat (limited to 'gdb/rs6000-tdep.c')
-rw-r--r-- | gdb/rs6000-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/rs6000-tdep.c b/gdb/rs6000-tdep.c index e68da47cebb..eeadae5296b 100644 --- a/gdb/rs6000-tdep.c +++ b/gdb/rs6000-tdep.c @@ -47,7 +47,7 @@ stepBreaks[2]; inferior under AIX. The initialization code in rs6000-nat.c sets this hook to point to find_toc_address. */ -CORE_ADDR (*find_toc_address_hook) PARAMS ((CORE_ADDR)) = NULL; +CORE_ADDR (*find_toc_address_hook) (CORE_ADDR) = NULL; /* Static function prototypes */ |