mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
mips/sim_info was just returning?????
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user