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
e916bda7
Commit
e916bda7
authored
Jun 28, 2019
by
bouazizrahma
Browse files
fix a bug in mapping thread_instance_name for ports manipulation in BA
parent
7a648ea5
Changes
1
Show whitespace changes
Inline
Side-by-side
src/backends/ocarina-backends-c_common-mapping.adb
View file @
e916bda7
...
...
@@ -4419,9 +4419,9 @@ package body Ocarina.Backends.C_Common.Mapping is
Converted
:
Name_Id
;
begin
Get_Name_String
(
CTU
.
To_C_Name
(
Display_Name
(
Identifier
(
E
))));
(
Display_Name
(
Identifier
(
Parent_Subcomponent
(
E
)))));
Add_Str_To_Name_Buffer
(
"_thread"
);
Converted
:=
Name_Find
;
return
To_Lower
(
Converted
);
end
Map_Thread_Port_Variable_Name
;
...
...
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