Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
frama-c
Commits
8ccf2681
Commit
8ccf2681
authored
4 years ago
by
Loïc Correnson
Browse files
Options
Downloads
Patches
Plain Diff
[wp] small fix after rebase
parent
87fb97cc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/kernel_services/analysis/interpreted_automata.ml
+1
-1
1 addition, 1 deletion
src/kernel_services/analysis/interpreted_automata.ml
src/plugins/wp/cfgGenerator.ml
+1
-1
1 addition, 1 deletion
src/plugins/wp/cfgGenerator.ml
with
2 additions
and
2 deletions
src/kernel_services/analysis/interpreted_automata.ml
+
1
−
1
View file @
8ccf2681
...
...
@@ -305,7 +305,7 @@ let build_automaton ~annotations kf =
in
let
build_stmt_transition
src
dest
stmt
succ
transition
=
ignore
(
build_stmt_next
src
dest
stmt
succ
transition
)
in
let
rec
do_list
do_one
control
labels
=
function
|
[]
->
assert
false
|
stmt
::
[]
->
do_one
control
labels
stmt
...
...
This diff is collapsed.
Click to expand it.
src/plugins/wp/cfgGenerator.ml
+
1
−
1
View file @
8ccf2681
...
...
@@ -65,7 +65,7 @@ let apply task ~kf ?bhvs ?prop () =
List
.
iter
(
fun
bhv
->
task
.
modes
<-
{
kf
;
bhv
}
::
task
.
modes
)
bhvs
;
Extlib
.
may
(
fun
ip
->
task
.
props
<-
`PropId
ip
)
prop
;
Option
.
iter
(
fun
ip
->
task
.
props
<-
`PropId
ip
)
prop
;
end
let
notyet
prop
=
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment