Commit 3b647566 by Richard Stallman

Comment fix.

From-SVN: r2221
parent 191b18e9
...@@ -47,7 +47,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -47,7 +47,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* Output the size-letter for an opcode. /* Output the size-letter for an opcode.
CODE is the letter used in an operand spec (L, B, W, S or Q). CODE is the letter used in an operand spec (L, B, W, S or Q).
CH is the corresponding lower case letter CH is the corresponding lower case letter
(except if CODE is L then CH is `l'). */ (except if CODE is `Q' then CH is `l', unless GAS_MNEMONICS). */
#define PUT_OP_SIZE(CODE,CH,FILE) putc (CH,(FILE)) #define PUT_OP_SIZE(CODE,CH,FILE) putc (CH,(FILE))
/* Opcode suffix for fullword insn. */ /* Opcode suffix for fullword insn. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment