2007-12-13 Michael Snyder <msnyder@specifix.com>

* mips-linux-tdep.c (mips64_fill_gregset): Remove unused variable.
This commit is contained in:
Michael Snyder 2007-12-13 19:28:26 +00:00
parent 38f9cb7fe1
commit 2ba9393420
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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)
{