* config/tc-mips.c (validate_micromips_insn): Fix formatting.

This commit is contained in:
Maciej W. Rozycki 2011-10-24 14:04:42 +00:00
parent 4b4e080e83
commit 444d75be22
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-10-24 Maciej W. Rozycki <macro@codesourcery.com>
* config/tc-mips.c (validate_micromips_insn): Fix formatting.
2011-10-24 David Binderman <dcb314@hotmail.com>
* config/tc-mn10200.c (md_convert_frag): Add missing break.

View File

@ -10450,7 +10450,7 @@ validate_micromips_insn (const struct mips_opcode *opc)
case 'D': USE_BITS (FD); break;
case 'E': USE_BITS (RT); break;
case 'G': USE_BITS (RS); break;
case 'H': USE_BITS (SEL); break;
case 'H': USE_BITS (SEL); break;
case 'K': USE_BITS (RS); break;
case 'M': USE_BITS (CCC); break;
case 'N': USE_BITS (BCC); break;