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
clean-compiler-and-rts
compiler
Commits
ac601f7c
Commit
ac601f7c
authored
Jun 11, 2001
by
Ronny Wichers Schreur
🏢
Browse files
bug fix, assign last nodedefs in CollectSharedNodeIdsInRootNode
parent
fa0825c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
backendC/CleanCompilerSources/statesgen.c
View file @
ac601f7c
...
...
@@ -3595,7 +3595,7 @@ static NodeDefs *CollectSharedNodeIdsInRootNode (Node* node_p,NodeId parent_node
{
NodeDefs
*
guard_last
;
CollectSharedNodeIdsInRootNode
(
&
root_node
->
node_arguments
->
arg_node
,
parent_node_id
,
last
);
last
=
CollectSharedNodeIdsInRootNode
(
&
root_node
->
node_arguments
->
arg_node
,
parent_node_id
,
last
);
guard_last
=&
root_node
->
node_node_defs
;
guard_last
=
CollectSharedNodeIdsInRootNode
(
&
root_node
->
node_arguments
->
arg_next
->
arg_node
,
parent_node_id
,
guard_last
);
*
guard_last
=
NULL
;
...
...
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