diff options
Diffstat (limited to 'gdb/i960-tdep.c')
-rw-r--r-- | gdb/i960-tdep.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gdb/i960-tdep.c b/gdb/i960-tdep.c index eff4136..f7aab5f 100644 --- a/gdb/i960-tdep.c +++ b/gdb/i960-tdep.c @@ -29,9 +29,8 @@ #include "gdbcore.h" #include "inferior.h" -static CORE_ADDR next_insn PARAMS ((CORE_ADDR memaddr, - unsigned int *pword1, - unsigned int *pword2)); +static CORE_ADDR next_insn (CORE_ADDR memaddr, + unsigned int *pword1, unsigned int *pword2); /* Does the specified function use the "struct returning" convention or the "value returning" convention? The "value returning" convention |