diff options
Diffstat (limited to 'sim/iq2000/sim-if.c')
-rw-r--r-- | sim/iq2000/sim-if.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/iq2000/sim-if.c b/sim/iq2000/sim-if.c index 158c6e7..4db2e4d 100644 --- a/sim/iq2000/sim-if.c +++ b/sim/iq2000/sim-if.c @@ -58,7 +58,7 @@ sim_open (SIM_OPEN_KIND kind, host_callback *callback, struct bfd *abfd, SIM_DESC sd = sim_state_alloc (kind, callback); /* The cpu data is kept in a separately allocated chunk of memory. */ - if (sim_cpu_alloc_all (sd, 1, cgen_cpu_max_extra_bytes ()) != SIM_RC_OK) + if (sim_cpu_alloc_all (sd, 1) != SIM_RC_OK) { free_state (sd); return 0; |