mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
2007-12-13 Michael Snyder <msnyder@specifix.com>
* mips-linux-tdep.c (mips64_fill_gregset): Remove unused variable.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2007-12-13 Michael Snyder <msnyder@specifix.com>
|
||||
|
||||
* mips-linux-tdep.c (mips64_fill_gregset): Remove unused variable.
|
||||
|
||||
2007-12-13 Jim Blandy <jimb@codesourcery.com>
|
||||
|
||||
* dwarf2read.c (attr_form_is_constant): New function.
|
||||
|
@ -344,7 +344,7 @@ mips64_fill_gregset (const struct regcache *regcache,
|
||||
struct gdbarch *gdbarch = get_regcache_arch (regcache);
|
||||
int regaddr, regi;
|
||||
mips64_elf_greg_t *regp = *gregsetp;
|
||||
void *src, *dst;
|
||||
void *dst;
|
||||
|
||||
if (regno == -1)
|
||||
{
|
||||
|
Reference in New Issue
Block a user