provide BZERO macro for bitsets
This commit is contained in:
parent
b5330f2a44
commit
8ed8f1cd4c
5 changed files with 8 additions and 7 deletions
|
@ -207,7 +207,7 @@ phiins(Fn *fn)
|
|||
for (t=Tmp0; t<nt; t++) {
|
||||
if (fn->tmp[t].phi != 0)
|
||||
continue;
|
||||
u = (Bits){{0}};
|
||||
BZERO(u);
|
||||
w = -1;
|
||||
bp = be;
|
||||
for (b=fn->start; b; b=b->link) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue