Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
meta
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
meta
Commits
3c2df742
Commit
3c2df742
authored
3 years ago
by
Allan Blanchard
Browse files
Options
Downloads
Patches
Plain Diff
Follows removed AST nodes in kernel
parent
4a5d8131
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
meta_bindings.ml
+1
-1
1 addition, 1 deletion
meta_bindings.ml
with
1 addition
and
1 deletion
meta_bindings.ml
+
1
−
1
View file @
3c2df742
...
...
@@ -203,7 +203,7 @@ let make_dynamic_modif_code name lvar =
let
incinstr
=
Call
(
None
,
realloc
,
[
arg
;
newsize
]
,
unkloc
)
in
let
inc
=
Cil
.
mkStmtOneInstr
~
ghost
:
true
incinstr
in
Cil
.
mkStmt
~
ghost
:
true
(
If
(
cond
,
Cil
.
mkBlock
[
inc
]
,
Cil
.
mkBlock
[]
,
unkloc
)));
(
let
addr
=
Cil
.
mkBinOp
unkloc
Index
PI
(
Cil
.
evar
tabvar
)
(
Cil
.
evar
sizevar
)
in
(
let
addr
=
Cil
.
mkBinOp
unkloc
Plus
PI
(
Cil
.
evar
tabvar
)
(
Cil
.
evar
sizevar
)
in
let
tabcell
=
Cil
.
mkMem
addr
NoOffset
in
let
value
=
Option
.
get
lvar
.
lv_origin
|>
Cil
.
evar
in
Cil
.
mkStmtOneInstr
~
ghost
:
true
(
Set
(
tabcell
,
value
,
unkloc
)));
...
...
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