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
c593fce1
Commit
c593fce1
authored
Jan 11, 2016
by
Laszlo Domoszlai
Browse files
fix type
parent
5ee4a974
Changes
2
Hide whitespace changes
Inline
Side-by-side
interpreter/code.c
View file @
c593fce1
...
...
@@ -539,7 +539,7 @@ void exec(Code* expr, int frame_ptr, int root_frame_ptr)
// NULL means "default", we accept it anyway
if
(
caseEntry
->
lit
!=
NULL
)
{
assert
(
caseEntry
->
lit
->
thunk
.
desc
!
=
(
Desc
*
)
__INT__
);
assert
(
caseEntry
->
lit
->
thunk
.
desc
=
=
(
Desc
*
)
__INT__
);
if
(
caseEntry
->
lit
->
thunk
.
_int
!=
lit
->
_int
)
continue
;
}
...
...
tests/
broken/
queens.sapl
→
tests/queens.sapl
View file @
c593fce1
File moved
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