diff options
Diffstat (limited to 'sim/lm32')
-rw-r--r-- | sim/lm32/sim-if.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sim/lm32/sim-if.c b/sim/lm32/sim-if.c index 2f8b344..ce9ab5a 100644 --- a/sim/lm32/sim-if.c +++ b/sim/lm32/sim-if.c @@ -133,10 +133,7 @@ sim_open (SIM_OPEN_KIND kind, host_callback *callback, struct bfd *abfd, #endif /* check for/establish the reference program image. */ - if (sim_analyze_program (sd, - (STATE_PROG_ARGV (sd) != NULL - ? *STATE_PROG_ARGV (sd) - : NULL), abfd) != SIM_RC_OK) + if (sim_analyze_program (sd, STATE_PROG_FILE (sd), abfd) != SIM_RC_OK) { free_state (sd); return 0; |