Remove debug output

This commit is contained in:
Anthony Green 2013-01-17 09:44:53 +00:00
parent 8fd4256dd0
commit 9c9e1b263d
2 changed files with 4 additions and 1 deletions

View 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

View 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)