Commit 3b891d26 by Miro Kropacek Committed by Jeff Law

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

From-SVN: r205089
parent ac433879
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
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment