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 ddab6e9..18ee7f2 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 0ac7606..8504574 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)