diff options
Diffstat (limited to 'sim/lm32/sim-if.c')
-rw-r--r-- | sim/lm32/sim-if.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/lm32/sim-if.c b/sim/lm32/sim-if.c index abb9ad7..f9143ea 100644 --- a/sim/lm32/sim-if.c +++ b/sim/lm32/sim-if.c @@ -95,6 +95,7 @@ sim_open (SIM_OPEN_KIND kind, host_callback *callback, struct bfd *abfd, /* Set default options before parsing user options. */ STATE_MACHS (sd) = lm32_sim_machs; + STATE_MODEL_NAME (sd) = "lm32"; current_alignment = STRICT_ALIGNMENT; current_target_byte_order = BFD_ENDIAN_BIG; |