diff options
Diffstat (limited to 'sim/common/sim-options.c')
-rw-r--r-- | sim/common/sim-options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/sim-options.c b/sim/common/sim-options.c index cfc572c..ddab83d 100644 --- a/sim/common/sim-options.c +++ b/sim/common/sim-options.c @@ -419,7 +419,7 @@ standard_option_handler (SIM_DESC sd, sim_cpu *cpu, int opt, case OPTION_ARCHITECTURE_INFO: { - const char **list = bfd_arch_list(); + const char **list = bfd_arch_list (); const char **lp; if (list == NULL) abort (); |