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
cc7c4a2d
Commit
cc7c4a2d
authored
12 years ago
by
Julien Signoles
Browse files
Options
Downloads
Patches
Plain Diff
[E-ACSL] update according to kernel's changes
parent
857f9f4f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/plugins/e-acsl/pre_analysis.ml
+1
-2
1 addition, 2 deletions
src/plugins/e-acsl/pre_analysis.ml
src/plugins/e-acsl/visit.ml
+1
-1
1 addition, 1 deletion
src/plugins/e-acsl/visit.ml
with
2 additions
and
3 deletions
src/plugins/e-acsl/pre_analysis.ml
+
1
−
2
View file @
cc7c4a2d
...
@@ -220,8 +220,7 @@ module rec Transfer
...
@@ -220,8 +220,7 @@ module rec Transfer
ignore
(
Visitor
.
visitFramacIdPredicate
(
register
state_ref
)
pred
);
ignore
(
Visitor
.
visitFramacIdPredicate
(
register
state_ref
)
pred
);
!
state_ref
!
state_ref
in
in
let
register_code_annot
annot
state
=
let
register_code_annot
a
state
=
let
a
=
Annotations
.
code_annotation_of_rooted
annot
in
let
state_ref
=
ref
state
in
let
state_ref
=
ref
state
in
ignore
(
Visitor
.
visitFramacCodeAnnotation
(
register
state_ref
)
a
);
ignore
(
Visitor
.
visitFramacCodeAnnotation
(
register
state_ref
)
a
);
!
state_ref
!
state_ref
...
...
This diff is collapsed.
Click to expand it.
src/plugins/e-acsl/visit.ml
+
1
−
1
View file @
cc7c4a2d
...
@@ -333,7 +333,7 @@ class e_acsl_visitor prj generate = object (self)
...
@@ -333,7 +333,7 @@ class e_acsl_visitor prj generate = object (self)
in
in
let
env
,
new_annots
=
let
env
,
new_annots
=
Annotations
.
fold_code_annot
Annotations
.
fold_code_annot
(
fun
_
(
User
old_a
|
AI
(
_
,
old_a
))
(
env
,
new_annots
)
->
(
fun
_
old_a
(
env
,
new_annots
)
->
let
a
=
let
a
=
(* [VP] Don't use Visitor here, as it will fill the
(* [VP] Don't use Visitor here, as it will fill the
queue in the middle of the computation... *)
queue in the middle of the computation... *)
...
...
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