From 100845194443bced72b1388d1a5a260538993416 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 23 Jun 1999 06:00:14 +0000 Subject: P include/opcode/i386.h: Allow bswapl, arplw, and other dodgy insns. opcodes/i386-dis.c: Fix a comment --- opcodes/i386-dis.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'opcodes/i386-dis.c') 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[] = { -- cgit v1.1