From 82c4699c8d5dd12e29b79045b6b8d2daf573ac91 Mon Sep 17 00:00:00 2001 From: David Monniaux Date: Wed, 1 Apr 2020 08:27:57 +0200 Subject: now able to inject on Call --- backend/Inject.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backend/Inject.v') 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 -- cgit