Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pub
frama-c
Commits
d424a74b
Commit
d424a74b
authored
Oct 11, 2019
by
Julien Signoles
Browse files
[archi] additional comment
parent
5c56d8d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/e-acsl/src/code_generator/injector.ml
View file @
d424a74b
...
...
@@ -347,7 +347,9 @@ let add_new_block_in_stmt env kf stmt =
"@[new stmt (from sid %d):@ %a@]"
stmt
.
sid
Printer
.
pp_stmt
new_stmt
;
new_stmt
,
env
(* [TODO ARCHI] not sure returning the stmt_kind is useful *)
(* [TODO ARCHI] not sure returning the stmt_kind is useful;
actually probably useful for printf-like functions.
TO BE TESTED LATER *)
(* visit the substmts and build the new skind *)
let
rec
inject_in_substmt
env
kf
stmt
=
match
stmt
.
skind
with
|
Instr
instr
->
...
...
Write
Preview
Markdown
is supported
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