i386-asm: fix imul
commite500c9118a49a8ce0e9b8cee87bb1329adfe1af9
authorgrischka <grischka>
Sun, 6 Dec 2009 16:41:22 +0000 (6 17:41 +0100)
committergrischka <grischka>
Sun, 6 Dec 2009 16:41:22 +0000 (6 17:41 +0100)
tree7ce9950f0b32a432f62ca241959266bb3dad2f99
parent56d6abdb3dfa6dd51934164969123c07296ef6af
i386-asm: fix imul

With imul the 3rd operand defaults to the 2nd on.  The previous
logic left 'op_type[2]' uninitialized which caused the bug to
show up only sometimes.
i386-asm.c