use cast in czero()
This commit is contained in:
parent
9294295bb5
commit
554ba694ab
1 changed files with 1 additions and 1 deletions
2
fold.c
2
fold.c
|
@ -26,7 +26,7 @@ czero(Con *c, int w)
|
||||||
if (w)
|
if (w)
|
||||||
return !c->bits.i;
|
return !c->bits.i;
|
||||||
else
|
else
|
||||||
return !(c->bits.i & 0xffffffff);
|
return !(uint32_t)c->bits.i;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int
|
static int
|
||||||
|
|
Loading…
Add table
Reference in a new issue