Skip to content

Commit

Permalink
* When iterating on process ports, only go towards
Browse files Browse the repository at this point in the history
          subcomponents ports

          For #268
  • Loading branch information
yoogx committed Oct 14, 2020
1 parent 519ad85 commit 8ba6dfe
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1272,6 +1272,7 @@ package body Ocarina.Backends.PO_HI_C.Marshallers is

while Present (C) loop
if Kind (C) = K_Port_Spec_Instance
and then Is_In (C)
and then not AAU.Is_Empty (Destinations (C))
then
D := First_Node (Destinations (C));
Expand Down

0 comments on commit 8ba6dfe

Please sign in to comment.