Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
38c4fc88
Commit
38c4fc88
authored
Nov 19, 2016
by
Alexandre Duret-Lutz
Browse files
[buddy] fix bdd_noderesize
* src/kernel.c: Fix error introduced by
5a862295
. Report from Tomáš Babiak.
parent
88a8a3ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
buddy/src/kernel.c
View file @
38c4fc88
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment