diff options
author | Alan Modra <amodra@gmail.com> | 1999-06-23 06:00:14 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 1999-06-23 06:00:14 +0000 |
commit | 100845194443bced72b1388d1a5a260538993416 (patch) | |
tree | e9b78c29d2a12e3758a2c9fa6b7c989ed3d01a56 /opcodes/i386-dis.c | |
parent | 83d765b3ed5a085dd42d7e737b3a559cf2fc6d5d (diff) | |
download | gdb-100845194443bced72b1388d1a5a260538993416.zip gdb-100845194443bced72b1388d1a5a260538993416.tar.gz gdb-100845194443bced72b1388d1a5a260538993416.tar.bz2 |
P
include/opcode/i386.h: Allow bswapl, arplw, and other dodgy insns.
opcodes/i386-dis.c: Fix a comment
Diffstat (limited to 'opcodes/i386-dis.c')
-rw-r--r-- | opcodes/i386-dis.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c index 0dcbc62..e1d8f7e 100644 --- a/opcodes/i386-dis.c +++ b/opcodes/i386-dis.c @@ -341,9 +341,9 @@ struct dis386 { 'P' => print 'w' or 'l' if instruction has an operand size prefix, or suffix_always is true 'Q' => print 'w' or 'l' if no register operands or suffix_always is true - 'R' => print 'w' or 'l' + 'R' => print 'w' or 'l' ("wd" or "dq" in intel mode) 'S' => print 'w' or 'l' if suffix_always is true - 'W' => print 'b' or 'w' + 'W' => print 'b' or 'w' ("w" or "de" in intel mode) */ static const struct dis386 dis386_att[] = { |