2008-01-13 H.J. Lu <hongjiu.lu@intel.com>

* i386-opc.h (Byte): Fix a typo.
This commit is contained in:
H.J. Lu 2008-01-14 05:15:06 +00:00
parent ce772e9db5
commit 0d6a2f58b8
2 changed files with 5 additions and 1 deletions

View 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

View 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 */