]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/common/sim-info.c
Copyright updates for 2007.
[thirdparty/binutils-gdb.git] / sim / common / sim-info.c
index 844bebeac498c53a637aa7bc85182daa7d47cae6..789ee529ce843b70724e1e854f38c83ef7d60a7b 100644 (file)
@@ -1,5 +1,5 @@
 /* Generic memory read/write for hardware simulator models.
-   Copyright (C) 1998 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2007 Free Software Foundation, Inc.
    Contributed by Cygnus Support.
 
 This file is part of GDB, the GNU debugger.
@@ -28,5 +28,5 @@ void
 sim_info (SIM_DESC sd, int verbose)
 {
   SIM_ASSERT (STATE_MAGIC (sd) == SIM_MAGIC_NUMBER);
-  sim_module_info (sd, verbose);
+  sim_module_info (sd, verbose || STATE_VERBOSE_P (sd));
 }