Remove debug output
authorAnthony Green <green@redhat.com>
Thu, 17 Jan 2013 09:44:53 +0000 (09:44 +0000)
committerAnthony Green <green@redhat.com>
Thu, 17 Jan 2013 09:44:53 +0000 (09:44 +0000)
sim/moxie/ChangeLog
sim/moxie/interp.c

index ddab6e913646dbb9501b1e9923b6a5a7294f2965..18ee7f2b710be53ad60a8466e87ab3e2537fbb7e 100644 (file)
@@ -1,3 +1,7 @@
+2013-01-17  Anthony Green  <green@moxielogic.com>
+
+       * interp.c (sim_open): Remove from debug output.
+
 2012-09-07  Anthony Green  <green@moxielogic.com>
 
        * interp.c (sim_resume): Branches are now relative to the
index 0ac76065fdcb20bf9fd2893bdd275eb4a5b7c7cc..8504574e6b9605c49d40cb4e42b9467f4b656fbb 100644 (file)
@@ -1165,7 +1165,6 @@ sim_open (kind, cb, abfd, argv)
      char ** argv;
 {
   SIM_DESC sd = sim_state_alloc (kind, cb);
-  printf ("0x%x 0x%x\n", sd, STATE_MAGIC(sd));
   SIM_ASSERT (STATE_MAGIC (sd) == SIM_MAGIC_NUMBER);
 
   if (sim_pre_argv_init (sd, argv[0]) != SIM_RC_OK)
This page took 0.024282 seconds and 4 git commands to generate.