sim: move default model to the runtime sim state
[binutils-gdb.git] / sim / common / sim-cpu.h
index f195a6144c69a691f1e4a34c9766b37c66cf512c..7648ba50e9f92c538844d2bbd5a4c30bc4f3a8fb 100644 (file)
@@ -123,9 +123,9 @@ typedef struct {
 } sim_cpu_base;
 
 /* Create all cpus.  */
-extern SIM_RC sim_cpu_alloc_all (SIM_DESC, int, int);
+extern SIM_RC sim_cpu_alloc_all (SIM_DESC, int);
 /* Create a cpu.  */
-extern sim_cpu *sim_cpu_alloc (SIM_DESC, int);
+extern sim_cpu *sim_cpu_alloc (SIM_DESC);
 /* Release resources held by all cpus.  */
 extern void sim_cpu_free_all (SIM_DESC);
 /* Release resources held by a cpu.  */