diff options
Diffstat (limited to 'gdb/cris-tdep.c')
-rw-r--r-- | gdb/cris-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/cris-tdep.c b/gdb/cris-tdep.c index 23fe1d5..4708f54 100644 --- a/gdb/cris-tdep.c +++ b/gdb/cris-tdep.c @@ -511,7 +511,7 @@ cris_push_dummy_code (struct gdbarch *gdbarch, } static CORE_ADDR -cris_push_dummy_call (struct gdbarch *gdbarch, CORE_ADDR func_addr, +cris_push_dummy_call (struct gdbarch *gdbarch, struct value *function, struct regcache *regcache, CORE_ADDR bp_addr, int nargs, struct value **args, CORE_ADDR sp, int struct_return, CORE_ADDR struct_addr) |