From 972f3a34f52d47806400bd9eb528a18e6d1bf4ca Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Wed, 10 Sep 1997 23:50:32 +0000 Subject: mips/sim_info was just returning????? --- sim/mips/ChangeLog | 4 ++++ sim/mips/interp.c | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'sim/mips') diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog index a69ac32..40d2439 100644 --- a/sim/mips/ChangeLog +++ b/sim/mips/ChangeLog @@ -1,3 +1,7 @@ +Thu Sep 11 09:35:29 1997 Andrew Cagney + + * interp.c (sim_info): Enable info code. Was just returning. + Tue Sep 9 17:30:57 1997 Andrew Cagney * interp.c (decode_coproc): Clarify warning about unsuported MTC0, diff --git a/sim/mips/interp.c b/sim/mips/interp.c index 9336ce3..25503ba 100644 --- a/sim/mips/interp.c +++ b/sim/mips/interp.c @@ -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) { -- cgit v1.1