2008-01-13 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl.tools@gmail.com>
Mon, 14 Jan 2008 05:15:06 +0000 (05:15 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Mon, 14 Jan 2008 05:15:06 +0000 (05:15 +0000)
* i386-opc.h (Byte): Fix a typo.

opcodes/ChangeLog
opcodes/i386-opc.h

index ca144ea..453d3a7 100644 (file)
@@ -1,3 +1,7 @@
+2008-01-13  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * i386-opc.h (Byte): Fix a typo.
+
 2008-01-12  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR gas/5534
index 63a027c..92c3ebd 100644 (file)
@@ -353,7 +353,7 @@ typedef struct i386_opcode_modifier
    be encoded in the regmem field.  */
 #define RegMem                 (EsSeg + 1)
 /* BYTE memory. */
-#define Byte                   (RegMem)
+#define Byte                   (RegMem + 1)
 /* WORD memory. 2 byte */
 #define Word                   (Byte + 1)
 /* DWORD memory. 4 byte */