sim: cgen: move cgen_cpu_max_extra_bytes logic into the common code
[deliverable/binutils-gdb.git] / sim / msp430 / msp430-sim.c
index ea7a157231cf95d26f4ea88fddd93bc04f0a9515..4e213f978c6b28375a21a2624b074fd963833d4e 100644 (file)
@@ -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;
This page took 0.02584 seconds and 4 git commands to generate.