diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2008-01-02 23:54:47 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2008-01-02 23:54:47 +0000 |
commit | d978b5be20c2584a9a4b58b1292c191a950f04e5 (patch) | |
tree | 478389a3263b1bc76755e8cc688629475d280ac1 /opcodes/i386-gen.c | |
parent | cb29561284eaa37c5c8967e49a5db0a4064368bf (diff) | |
download | gdb-d978b5be20c2584a9a4b58b1292c191a950f04e5.zip gdb-d978b5be20c2584a9a4b58b1292c191a950f04e5.tar.gz gdb-d978b5be20c2584a9a4b58b1292c191a950f04e5.tar.bz2 |
2008-01-02 H.J. Lu <hongjiu.lu@intel.com>
* i386-gen.c (opcode_modifiers): Use Qword instead of QWord.
* i386-opc.h: Likewise.
* i386-opc.tbl: Likewise.
Diffstat (limited to 'opcodes/i386-gen.c')
-rw-r--r-- | opcodes/i386-gen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/i386-gen.c b/opcodes/i386-gen.c index 52b091a..8ae6bd0 100644 --- a/opcodes/i386-gen.c +++ b/opcodes/i386-gen.c @@ -279,7 +279,7 @@ static bitfield opcode_modifiers[] = BITFIELD (Byte), BITFIELD (Word), BITFIELD (Dword), - BITFIELD (QWord), + BITFIELD (Qword), BITFIELD (Xmmword), BITFIELD (FWait), BITFIELD (IsString), |