From 444d75be22e776acb1c0cea8ee89ffd5ffa46177 Mon Sep 17 00:00:00 2001 From: "Maciej W. Rozycki" Date: Mon, 24 Oct 2011 14:04:42 +0000 Subject: [PATCH] * config/tc-mips.c (validate_micromips_insn): Fix formatting. --- gas/ChangeLog | 4 ++++ gas/config/tc-mips.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index dc7d37ef98..28b2a9c24d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2011-10-24 Maciej W. Rozycki + + * config/tc-mips.c (validate_micromips_insn): Fix formatting. + 2011-10-24 David Binderman * config/tc-mn10200.c (md_convert_frag): Add missing break. diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index c1fbc61e7c..13c933c02b 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; -- 2.34.1