Skip to content
This repository was archived by the owner on May 18, 2019. It is now read-only.

Commit 7b01c95

Browse files
perostOpenModelica-Hudson
authored andcommitted
[NF] Fix Record.collectRecordParam.
Belonging to [master]: - #2828
1 parent 32d10a9 commit 7b01c95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Compiler/NFFrontEnd/NFRecord.mo

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ algorithm
170170

171171
if InstNode.isProtected(component) then
172172
locals := component :: locals;
173+
return;
173174
end if;
174175

175176
comp := InstNode.component(component);

0 commit comments

Comments
 (0)