mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-30 13:33:53 +08:00
2006-12-30 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-i386.h (ShiftCount): Fix a comment typo.
This commit is contained in:
parent
751d281c74
commit
87a918e202
@ -1,3 +1,7 @@
|
||||
2006-12-30 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* config/tc-i386.h (ShiftCount): Fix a comment typo.
|
||||
|
||||
2006-12-30 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* config/tc-i386.c (md_show_usage): Mention --32/--64.
|
||||
|
@ -277,7 +277,7 @@ typedef struct
|
||||
#define Disp64 0x10000 /* 64 bit displacement */
|
||||
/* specials */
|
||||
#define InOutPortReg 0x20000 /* register to hold in/out port addr = dx */
|
||||
#define ShiftCount 0x40000 /* register to hold shift cound = cl */
|
||||
#define ShiftCount 0x40000 /* register to hold shift count = cl */
|
||||
#define Control 0x80000 /* Control register */
|
||||
#define Debug 0x100000 /* Debug register */
|
||||
#define Test 0x200000 /* Test register */
|
||||
|
Loading…
Reference in New Issue
Block a user