2002-11-05 Andrew Cagney <ac131313@redhat.com>
* infcmd.c (default_print_registers_info): Do not call PRINT_REGISTER_HOOK.
This commit is contained in:
parent
87647bb0c7
commit
c2e1b8f216
2 changed files with 5 additions and 6 deletions
|
@ -1663,12 +1663,6 @@ default_print_registers_info (struct gdbarch *gdbarch,
|
|||
}
|
||||
}
|
||||
|
||||
/* The SPARC wants to print even-numbered float regs as doubles
|
||||
in addition to printing them as floats. */
|
||||
#ifdef PRINT_REGISTER_HOOK
|
||||
PRINT_REGISTER_HOOK (i);
|
||||
#endif
|
||||
|
||||
fprintf_filtered (file, "\n");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue