From 13a1e313c91bc3dd00847b5f55cdc67f9c76052a Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Thu, 22 Mar 2007 00:27:14 +0000 Subject: 2003-03-21 H.J. Lu * config/tc-i386.c (process_suffix): Check 0x90 instead of xchg for xchg %rax,%rax. --- gas/config/tc-i386.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gas/config/tc-i386.c') diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c index cdca39a..eba6400 100644 --- a/gas/config/tc-i386.c +++ b/gas/config/tc-i386.c @@ -2983,7 +2983,7 @@ process_suffix (void) if (i.operands != 2 || i.types [0] != (Acc | Reg64) || i.types [1] != (Acc | Reg64) - || strcmp (i.tm.name, "xchg") != 0) + || i.tm.base_opcode != 0x90) i.rex |= REX_W; } -- cgit v1.1