assemble: when looking for a REGISTER operand, do an exclusive test
commit8d2c4edd229da337c6514df9854b9a9e27a7c9d9
authorH. Peter Anvin <hpa@zytor.com>
Tue, 6 Oct 2009 16:58:40 +0000 (6 09:58 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 6 Oct 2009 16:58:40 +0000 (6 09:58 -0700)
tree90f5033426ac9539ee454528847ec7905aee21c8
parentff5d6569297d9cd9e96555a5f667ecf0ea3c55ef
assemble: when looking for a REGISTER operand, do an exclusive test

Do an "exclusive" test for a REGISTER operand when deciding to treat
sizes as wildcards.  "Exclusive" meaning don't just accept any class
that could be REGISTER, but something that is strictly a part of the
REGISTER class.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
assemble.c