From 3b647566f77e7f7bac9936132c4d389f69240fea Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Thu, 24 Sep 1992 06:08:30 +0000 Subject: Comment fix. From-SVN: r2221 --- gcc/config/i386/unix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/config/i386/unix.h b/gcc/config/i386/unix.h index 16d4a35..7209176 100644 --- a/gcc/config/i386/unix.h +++ b/gcc/config/i386/unix.h @@ -47,7 +47,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Output the size-letter for an opcode. CODE is the letter used in an operand spec (L, B, W, S or Q). 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)) /* Opcode suffix for fullword insn. */ -- cgit v1.1