X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=sim%2Fmsp430%2Fmsp430-sim.c;h=4e213f978c6b28375a21a2624b074fd963833d4e;hb=d5a71b1131778cf2a023855966831eb2457d50d6;hp=ea7a157231cf95d26f4ea88fddd93bc04f0a9515;hpb=32d715691aa037f2838b41fa257c2e239d67c134;p=deliverable%2Fbinutils-gdb.git diff --git a/sim/msp430/msp430-sim.c b/sim/msp430/msp430-sim.c index ea7a157231..4e213f978c 100644 --- a/sim/msp430/msp430-sim.c +++ b/sim/msp430/msp430-sim.c @@ -110,7 +110,7 @@ sim_open (SIM_OPEN_KIND kind, /* Initialise the simulator. */ - 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) { sim_state_free (sd); return 0;