aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-mips.c
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2011-10-24 14:04:42 +0000
committerMaciej W. Rozycki <macro@linux-mips.org>2011-10-24 14:04:42 +0000
commit444d75be22e776acb1c0cea8ee89ffd5ffa46177 (patch)
tree79bcfe5901b9239cae3fce5ddf26e6a8974b5bc9 /gas/config/tc-mips.c
parent4b4e080e8308f1a7ee65e8d5caf1b7bf67ce7bf2 (diff)
downloadgdb-444d75be22e776acb1c0cea8ee89ffd5ffa46177.zip
gdb-444d75be22e776acb1c0cea8ee89ffd5ffa46177.tar.gz
gdb-444d75be22e776acb1c0cea8ee89ffd5ffa46177.tar.bz2
* config/tc-mips.c (validate_micromips_insn): Fix formatting.
Diffstat (limited to 'gas/config/tc-mips.c')
-rw-r--r--gas/config/tc-mips.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c
index c1fbc61..13c933c 100644
--- a/gas/config/tc-mips.c
+++ b/gas/config/tc-mips.c
@@ -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;