cell: use boolean instead of bool

This commit is contained in:
Roland Scheidegger
2009-12-08 17:44:51 +01:00
parent fd7a9ec7f9
commit 849a0644ad
+1 -1
View File
@@ -995,7 +995,7 @@ static boolean
emit_inequality(struct codegen *gen, const struct tgsi_full_instruction *inst)
{
int ch, s1_reg[4], s2_reg[4], d_reg[4], one_reg;
bool complement = FALSE;
boolean complement = FALSE;
one_reg = get_const_one_reg(gen);