aboutsummaryrefslogtreecommitdiff
path: root/sim/mn10300/interp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/mn10300/interp.c')
-rw-r--r--sim/mn10300/interp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/mn10300/interp.c b/sim/mn10300/interp.c
index 1c9c690..55e9e21 100644
--- a/sim/mn10300/interp.c
+++ b/sim/mn10300/interp.c
@@ -93,7 +93,7 @@ sim_open (SIM_OPEN_KIND kind,
SIM_ASSERT (STATE_MAGIC (sd) == SIM_MAGIC_NUMBER);
/* The cpu data is kept in a separately allocated chunk of memory. */
- if (sim_cpu_alloc_all (sd, 1, /*cgen_cpu_max_extra_bytes ()*/0) != SIM_RC_OK)
+ if (sim_cpu_alloc_all (sd, 1) != SIM_RC_OK)
return 0;
/* for compatibility */