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:
Andrew Cagney 2002-11-05 20:52:44 +00:00
parent 87647bb0c7
commit c2e1b8f216
2 changed files with 5 additions and 6 deletions

View file

@ -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");
}
}