Thu Mar 26 23:07:18 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
authorIan Lance Taylor <ian@airs.com>
Fri, 27 Mar 1998 04:10:05 +0000 (04:10 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 27 Mar 1998 04:10:05 +0000 (04:10 +0000)
commit227b6b55faa2b122d348563a49061730caa9b90c
tree582d73273345689c64085a6cf25d348b5be7dadc
parent411589588ad4b9c31e68ca69378a9efcefe24321
Thu Mar 26 23:07:18 1998  Alan Modra  <alan@spri.levels.unisa.edu.au>

* config/tc-i386.c (md_assemble): Swap template arguments to
CONSISTENT_REGISTER_MATCH macro in reverse direction test.
This macro is currently symmetric, so passing them the wrong
way didn't cause any problem, but may if the macro is changed
in the future.
After copying template to i.tm, use i.tm. rather than t-> to
access fields, and make t a const*
Move i.tm.operand_types[] swap to immediately after the copy.
gas/ChangeLog
gas/config/tc-i386.c