Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
Ocarina
Commits
b3da7dd7
Commit
b3da7dd7
authored
Jun 10, 2016
by
yoogx
Browse files
* Properly reinitialize root for resolution
Fix for github issue #66
parent
e4e675f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/core/model/ocarina-analyzer-aadl-links.adb
View file @
b3da7dd7
...
...
@@ -1930,9 +1930,10 @@ package body Ocarina.Analyzer.AADL.Links is
if
not
Is_Empty
(
Applies_To_Prop
(
Node
))
then
List_Node
:=
First_Node
(
Applies_To_Prop
(
Node
));
Pointed_Node
:=
Container
;
while
Present
(
List_Node
)
loop
Pointed_Node
:=
Container
;
case
Kind
(
Pointed_Node
)
is
when
K_Subcomponent
|
K_Port_Spec
|
...
...
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