* config/m68k/m68k.c (m68k_option_overrides): Fix typo.

From-SVN: r205089
This commit is contained in:
Miro Kropacek 2013-11-20 07:02:48 +00:00 committed by Jeff Law
parent ac4338792b
commit 3b891d2673
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-11-20 Miro Kropacek <miro.kropacek@gmail.com>
* config/m68k/m68k.c (m68k_option_overrides): Fix typo.
2013-11-19 David Malcolm <dmalcolm@redhat.com>
* gdbhooks.py (VecPrinter): New class, for prettyprinting pointers

View File

@ -517,7 +517,7 @@ m68k_option_override (void)
{
enum target_device dev;
dev = all_microarchs[M68K_DEFAULT_TUNE].device;
m68k_tune_flags = all_devices[dev]->flags;
m68k_tune_flags = all_devices[dev].flags;
}
#endif
else