mips/sim_info was just returning?????
This commit is contained in:
parent
cad7297e80
commit
972f3a34f5
2 changed files with 4 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
Thu Sep 11 09:35:29 1997 Andrew Cagney <cagney@b1.cygnus.com>
|
||||
|
||||
* interp.c (sim_info): Enable info code. Was just returning.
|
||||
|
||||
Tue Sep 9 17:30:57 1997 Andrew Cagney <cagney@b1.cygnus.com>
|
||||
|
||||
* interp.c (decode_coproc): Clarify warning about unsuported MTC0,
|
||||
|
|
|
@ -1350,8 +1350,6 @@ sim_info (sd,verbose)
|
|||
SIM_DESC sd;
|
||||
int verbose;
|
||||
{
|
||||
|
||||
return;
|
||||
/* Accessed from the GDB "info files" command: */
|
||||
if (STATE_VERBOSE_P (sd) || verbose)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue