aboutsummaryrefslogtreecommitdiffstats
path: root/backend/Inject.v
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-04-01 08:27:57 +0200
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-04-01 08:27:57 +0200
commit82c4699c8d5dd12e29b79045b6b8d2daf573ac91 (patch)
tree28817dc1b0a5c19c1aab31acbd98d6aac2f042a9 /backend/Inject.v
parent87a4d7e9f493876821e26548d379132f16a7a8ea (diff)
downloadcompcert-kvx-82c4699c8d5dd12e29b79045b6b8d2daf573ac91.tar.gz
compcert-kvx-82c4699c8d5dd12e29b79045b6b8d2daf573ac91.zip
now able to inject on Call
Diffstat (limited to 'backend/Inject.v')
-rw-r--r--backend/Inject.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/Inject.v b/backend/Inject.v
index 1a8ec24a..4bb25615 100644
--- a/backend/Inject.v
+++ b/backend/Inject.v
@@ -48,7 +48,7 @@ Definition alter_successor (i : instruction) (pc' : node) : instruction :=
| Istore chunk addr args src _ => Istore chunk addr args src pc'
| Ibuiltin ef args res _ => Ibuiltin ef args res pc'
| Icond cond args _ pc2 => Icond cond args pc' pc2
- | Icall _ _ _ _ _
+ | Icall sig ros args res _ => Icall sig ros args res pc'
| Itailcall _ _ _
| Ijumptable _ _
| Ireturn _ => i