Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
pseuco
pseuco-ccs-compiler
Commits
dd9b9e66
Commit
dd9b9e66
authored
May 30, 2018
by
Sebastian Biewer
Browse files
Fixes Redmine 260, 261
parent
ff7d977a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/PCCProgramController.coffee
View file @
dd9b9e66
...
...
@@ -154,6 +154,8 @@ class PCCProcedure extends PC.Procedure
args
.
unshift
(
i
)
# Basically, here we replace 'starter' with the instance number of the new agent
compiler
.
emitProcessApplication
(
@
getProcessName
(),
args
)
control3
.
setBranchFinished
()
if
@
.
returnType
.
kind
!=
PC
.
Type
.
VOID
compiler
.
emitInput
(
"rreturn"
,
null
,
new
PCCVariableContainer
(
"$0"
))
compiler
.
emitOutput
(
"agent_terminate"
,
i
,
null
)
compiler
.
emitStop
()
control3
.
setBranchFinished
()
...
...
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