* config/tc-mips.c (validate_micromips_insn): Fix formatting.
authorMaciej W. Rozycki <macro@linux-mips.org>
Mon, 24 Oct 2011 14:04:42 +0000 (14:04 +0000)
committerMaciej W. Rozycki <macro@linux-mips.org>
Mon, 24 Oct 2011 14:04:42 +0000 (14:04 +0000)
gas/ChangeLog
gas/config/tc-mips.c

index dc7d37ef989be9e56920c591b622776986cc69d5..28b2a9c24d5f4c3d16b417cda426ed70e6f19d97 100644 (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.
index c1fbc61e7c7462f0d3614a868710d34894cd9311..13c933c02bffc8106de17594c50c642897d75c13 100644 (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;
This page took 0.035824 seconds and 4 git commands to generate.