* config/tc-mn10200.c (md_convert_frag): Add missing break.

This commit is contained in:
Alan Modra 2011-10-24 02:49:24 +00:00
parent 957ff1ca67
commit 652618321c
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2011-10-24 David Binderman <dcb314@hotmail.com>
* config/tc-mn10200.c (md_convert_frag): Add missing break.
2011-10-21 Tristan Gingold <gingold@adacore.com>
* config/tc-alpha.c (load_expression): Use symbol_mark_used accessor.

View File

@ -481,6 +481,7 @@ md_convert_frag (bfd *abfd ATTRIBUTE_UNUSED,
break;
case 0xff:
opcode = 0xfe;
break;
case 0xe8:
opcode = 0xe9;
break;