Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
Ocarina
Commits
0ba2080c
Commit
0ba2080c
authored
May 23, 2019
by
yoogx
Browse files
* Do not forget to flush output ports
For openaadl/ocarina#190
parent
014d64cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/backends/po_hi_c/ocarina-backends-po_hi_c-activity.adb
View file @
0ba2080c
...
...
@@ -1365,8 +1365,10 @@ package body Ocarina.Backends.PO_HI_C.Activity is
end
if
;
when
Thread_With_Behavior_Specification
=>
Make_Thread_Behavior_Specification
;
if
Has_Out_Ports
(
E
)
then
Make_Send_Out_Ports
;
end
if
;
when
others
=>
raise
Program_Error
with
"Unconsistency in Task_Job_Body"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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