[buddy] fix bdd_noderesize
* src/kernel.c: Fix error introduced by 5a862295.
Report from Tomáš Babiak.
This commit is contained in:
parent
88a8a3efbe
commit
38c4fc8812
1 changed files with 1 additions and 1 deletions
|
|
@ -1449,7 +1449,7 @@ int bdd_noderesize(int doRehash)
|
|||
/* copy these global variables into local variables to help the
|
||||
optimizer */
|
||||
int sz = bddnodesize;
|
||||
BddNodeInit* b = (BddNodeInit*)(bddnodes + oldsize);
|
||||
BddNodeInit* b = (BddNodeInit*)(bddnodes);
|
||||
for (n=oldsize ; n<sz ; n++)
|
||||
{
|
||||
b[n].z = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue