summaryrefslogtreecommitdiff
path: root/backend/LTL.v
diff options
context:
space:
mode:
Diffstat (limited to 'backend/LTL.v')
-rw-r--r--backend/LTL.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/LTL.v b/backend/LTL.v
index 2eff67c..a68352f 100644
--- a/backend/LTL.v
+++ b/backend/LTL.v
@@ -290,4 +290,4 @@ Definition successors_instr (i: instruction) : list node :=
end.
Definition successors (f: function): PTree.t (list node) :=
- PTree.map (fun pc i => successors_instr i) f.(fn_code).
+ PTree.map1 successors_instr f.(fn_code).