qemu-patch-raspberry4/tcg/i386
Stefan Weil ad5171dbd4 tcg: Fix warning (1 bit signed bitfield entry) and replace int by bool
Static code analyzers complain about signed bitfields with only a single
bit. is_ld is used as a boolean value, so make it bool.

ppc64 already used bool for the 2nd argument is_ld of the local function
add_qemu_ldst_label. Modify all other TCG targets to do follow this
example.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Richard Henderson <rth@twiddle.net>
2014-04-18 16:57:36 -07:00
..
tcg-target.c tcg: Fix warning (1 bit signed bitfield entry) and replace int by bool 2014-04-18 16:57:36 -07:00
tcg-target.h tcg/i386: Use ANDN instruction 2014-02-17 10:12:29 -06:00