This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
PATCH: Fix a comment typo in config/tc-i386.h
- From: "H. J. Lu" <hjl at lucon dot org>
- To: binutils at sources dot redhat dot com
- Date: Thu, 13 Jul 2006 11:11:37 -0700
- Subject: PATCH: Fix a comment typo in config/tc-i386.h
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 */