x86-asm: Correctly infer register size for bools
commit0381387640fecfc1d8bd9e79d972a2b58c508069
authorMichael Matz <matz@suse.de>
Mon, 8 Aug 2016 18:46:16 +0000 (8 20:46 +0200)
committerMichael Matz <matz@suse.de>
Thu, 15 Dec 2016 16:47:10 +0000 (15 17:47 +0100)
tree39e348e4ecc5537f9b57dae4deaf03da51d26351
parent9e0af6d2b513ed7ee2f6221bbdf85a8e54e00fc1
x86-asm: Correctly infer register size for bools

Register operands of type _Bool weren't correctly getting
the 8-bit sized registers (but rather used the default 32-bit
ones).
i386-asm.c
tests/tcctest.c