sim: move default model to the runtime sim state
[deliverable/binutils-gdb.git] / sim / bfin / interp.c
index dcc7a132d765bcb6304ec939a3d03e2123d08e4a..b99f20d916966be92bccc0b88c4964f5c66e3a38 100644 (file)
@@ -704,6 +704,7 @@ sim_open (SIM_OPEN_KIND kind, host_callback *callback,
 
   /* Set default options before parsing user options.  */
   STATE_MACHS (sd) = bfin_sim_machs;
+  STATE_MODEL_NAME (sd) = "bf537";
   current_alignment = STRICT_ALIGNMENT;
   current_target_byte_order = BFD_ENDIAN_LITTLE;
 
This page took 0.023822 seconds and 4 git commands to generate.