Fix mul.x flag for moxie

From-SVN: r219422
This commit is contained in:
Anthony Green 2015-01-10 10:16:53 +00:00 committed by Anthony Green
parent 6085e66e95
commit b10b03c4c0
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2015-01-10 Anthony Green <green@moxielogic.com>
* config/moxie/moxie.c (moxie_option_override): Fix forcing of
mul.x availability for moxiebox configuration.
2015-01-09 Anthony Green <green@moxielogic.com>
* config/moxie/moxie.md: Tabify assembly output.

View File

@ -262,7 +262,7 @@ moxie_option_override (void)
init_machine_status = moxie_init_machine_status;
#ifdef TARGET_MOXIEBOX
target_flags &= ~MASK_HAS_MULX;
target_flags |= MASK_HAS_MULX;
#endif
}