diff options
Diffstat (limited to 'gas/config/tc-sh.c')
-rw-r--r-- | gas/config/tc-sh.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gas/config/tc-sh.c b/gas/config/tc-sh.c index 6dcf5154d8..d08b1a42a6 100644 --- a/gas/config/tc-sh.c +++ b/gas/config/tc-sh.c @@ -1285,8 +1285,7 @@ insert_loop_bounds (output, operand) return frag_more (2); } -/* Now we know what sort of opcodes it is, lets build the bytes - - */ +/* Now we know what sort of opcodes it is, lets build the bytes. */ static void build_Mytes (opcode, operand) sh_opcode_info *opcode; |