public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* PATCH: Fix a comment typo in config/tc-i386.h
@ 2006-07-13 18:11 H. J. Lu
  0 siblings, 0 replies; only message in thread
From: H. J. Lu @ 2006-07-13 18:11 UTC (permalink / raw)
  To: binutils

I am checking this patch to fix the comment typo.


H.J.
---
2006-07-13  H.J. Lu  <hongjiu.lu@intel.com>

	* config/tc-i386.h (Size64): Fix a typo in comment.

Index: config/tc-i386.h
===================================================================
RCS file: /cvs/src/src/gas/config/tc-i386.h,v
retrieving revision 1.68
diff -u -p -r1.68 tc-i386.h
--- config/tc-i386.h	16 Jun 2006 15:46:11 -0000	1.68
+++ config/tc-i386.h	13 Jul 2006 18:09:18 -0000
@@ -218,7 +218,7 @@ typedef struct
 #define Seg3ShortForm	0x1000	/* fs/gs segment register insns.  */
 #define Size16		0x2000	/* needs size prefix if in 32-bit mode */
 #define Size32		0x4000	/* needs size prefix if in 16-bit mode */
-#define Size64		0x8000	/* needs size prefix if in 16-bit mode */
+#define Size64		0x8000	/* needs size prefix if in 64-bit mode */
 #define IgnoreSize     0x10000  /* instruction ignores operand size prefix */
 #define DefaultSize    0x20000  /* default insn size depends on mode */
 #define No_bSuf	       0x40000	/* b suffix on instruction illegal */

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-07-13 18:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-13 18:11 PATCH: Fix a comment typo in config/tc-i386.h H. J. Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).