Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
caesr-pub
systemc-clang
Commits
032c94d7
Commit
032c94d7
authored
Jan 25, 2019
by
rmrf
Browse files
Process insertion fix
parent
bcff4235
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ModuleDecl.cpp
View file @
032c94d7
...
...
@@ -152,13 +152,9 @@ void ModuleDecl::addProcess( FindEntryFunctions::entryFunctionVectorType * efv )
entryType
=
"ERROR"
;
break
;
}
_processes
.
insert
(
processPairType
(
entryName
,
new
ProcessDecl
(
entryType
,
entryName
,
ef
->
_entryMethodDecl
,
ef
)));
}
_processes
.
insert
(
processPairType
(
entryName
,
new
ProcessDecl
(
entryType
,
entryName
,
ef
->
_entryMethodDecl
,
ef
)));
}
}
...
...
Write
Preview
Supports
Markdown
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