Remove bogus check for 64-bitness
commita57e8d411ab9aacf8ff4ad7cb23b73085c2ef58f
authorH. Peter Anvin <hpa@zytor.com>
Wed, 30 May 2007 03:44:02 +0000 (30 03:44 +0000)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 30 May 2007 03:44:02 +0000 (30 03:44 +0000)
treeb7b12129f750fef7051625244ff6c137d2c984bb
parent3df97a7270cae2959d1497f8374fa05ba182742c
Remove bogus check for 64-bitness

Remove a bogus check for 64-bit operands.  If appropriate, we will
detect this during REX generation and will bail then.  However, there
are other instructions (floating point, MMX, ...) which are legitimately
64 bits in non-64-bit mode.
assemble.c