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
e054ad56
Commit
e054ad56
authored
Oct 07, 2019
by
yoogx
Browse files
* Solve regression after openaadl/ocarina#235
parent
a3e14f74
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/backends/po_hi_c/ocarina-backends-po_hi_c-activity.adb
View file @
e054ad56
...
...
@@ -1556,6 +1556,11 @@ package body Ocarina.Backends.PO_HI_C.Activity is
(
Map_C_Enumerator_Name
(
S
,
Custom_Parent
=>
Current_Device
));
N1
:=
Make_Defining_Identifier
(
Map_C_Enumerator_Name
(
S
,
Custom_Parent
=>
Current_Device
));
else
N
:=
Make_Defining_Identifier
(
Map_C_Enumerator_Name
(
S
));
N1
:=
Make_Defining_Identifier
(
Map_C_Enumerator_Name
(
S
));
...
...
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