mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 11:39:26 +08:00
2008-01-13 H.J. Lu <hongjiu.lu@intel.com>
* i386-opc.h (Byte): Fix a typo.
This commit is contained in:
@ -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>
|
2008-01-12 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
PR gas/5534
|
PR gas/5534
|
||||||
|
@ -353,7 +353,7 @@ typedef struct i386_opcode_modifier
|
|||||||
be encoded in the regmem field. */
|
be encoded in the regmem field. */
|
||||||
#define RegMem (EsSeg + 1)
|
#define RegMem (EsSeg + 1)
|
||||||
/* BYTE memory. */
|
/* BYTE memory. */
|
||||||
#define Byte (RegMem)
|
#define Byte (RegMem + 1)
|
||||||
/* WORD memory. 2 byte */
|
/* WORD memory. 2 byte */
|
||||||
#define Word (Byte + 1)
|
#define Word (Byte + 1)
|
||||||
/* DWORD memory. 4 byte */
|
/* DWORD memory. 4 byte */
|
||||||
|
Reference in New Issue
Block a user