Remove debug output
This commit is contained in:
parent
8fd4256dd0
commit
9c9e1b263d
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue