summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell/ppu/cell_gen_fp.c
diff options
context:
space:
mode:
authorRoland Scheidegger <sroland@vmware.com>2009-12-08 17:44:51 +0100
committerRoland Scheidegger <sroland@vmware.com>2009-12-08 19:58:36 +0100
commit849a0644ada6ed7c3576babc3b348bee227118ff (patch)
tree27a3f50e158931bbe67bbcefad479c34f07e6a6d /src/gallium/drivers/cell/ppu/cell_gen_fp.c
parentfd7a9ec7f97d540d22f546d96c3d1c808f163bba (diff)
cell: use boolean instead of bool
Diffstat (limited to 'src/gallium/drivers/cell/ppu/cell_gen_fp.c')
-rw-r--r--src/gallium/drivers/cell/ppu/cell_gen_fp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/cell/ppu/cell_gen_fp.c b/src/gallium/drivers/cell/ppu/cell_gen_fp.c
index 1895a7940c..1d8a11a4ac 100644
--- a/src/gallium/drivers/cell/ppu/cell_gen_fp.c
+++ b/src/gallium/drivers/cell/ppu/cell_gen_fp.c
@@ -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);