Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-and-itasks
sapl-interpreter
Commits
2782f696
Commit
2782f696
authored
Feb 01, 2016
by
Laszlo Domoszlai
Browse files
fix bug
parent
afcdec48
Changes
1
Hide whitespace changes
Inline
Side-by-side
interpreter/code.c
View file @
2782f696
...
...
@@ -395,7 +395,7 @@ void exec(Code* expr, int frame_ptr, int root_frame_ptr)
(
*
bt
)
->
_args
[
i
]
->
desc
->
eval
();
}
int
argmask
=
1
;
int
argmask
=
1
<<
(
*
bt
)
->
desc
->
arity
;
for
(
int
i
=
0
;
i
<
expr
->
nr_args
;
i
++
)
{
...
...
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