* mips-tdep.c (id_delayed): Remove prototype.
This commit is contained in:
parent
1ca6491a29
commit
c163184fa2
2 changed files with 4 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2004-10-27 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
|
* mips-tdep.c (id_delayed): Remove prototype.
|
||||||
|
|
||||||
2004-10-26 Mark Kettenis <kettenis@gnu.org>
|
2004-10-26 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
* mips-tdep.h: Add MIPS_ZERO_REGNUM, MIPS_AT_REGNUM,
|
* mips-tdep.h: Add MIPS_ZERO_REGNUM, MIPS_AT_REGNUM,
|
||||||
|
|
|
@ -4943,8 +4943,6 @@ mips_print_registers_info (struct gdbarch *gdbarch, struct ui_file *file,
|
||||||
|
|
||||||
/* Is this a branch with a delay slot? */
|
/* Is this a branch with a delay slot? */
|
||||||
|
|
||||||
static int is_delayed (unsigned long);
|
|
||||||
|
|
||||||
static int
|
static int
|
||||||
is_delayed (unsigned long insn)
|
is_delayed (unsigned long insn)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue