diff options
Diffstat (limited to 'gdb/mep-tdep.c')
-rw-r--r-- | gdb/mep-tdep.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/mep-tdep.c b/gdb/mep-tdep.c index c8a5ecf..69e7fdd 100644 --- a/gdb/mep-tdep.c +++ b/gdb/mep-tdep.c @@ -2264,7 +2264,6 @@ mep_push_dummy_call (struct gdbarch *gdbarch, struct value *function, { enum bfd_endian byte_order = gdbarch_byte_order (gdbarch); CORE_ADDR *copy = (CORE_ADDR *) alloca (argc * sizeof (copy[0])); - CORE_ADDR func_addr = find_function_addr (function, NULL); int i; /* The number of the next register available to hold an argument. */ |