aboutsummaryrefslogtreecommitdiffstats
path: root/backend/RTLgenspec.v
diff options
context:
space:
mode:
Diffstat (limited to 'backend/RTLgenspec.v')
-rw-r--r--backend/RTLgenspec.v3
1 files changed, 2 insertions, 1 deletions
diff --git a/backend/RTLgenspec.v b/backend/RTLgenspec.v
index 0210aa5b..6e027271 100644
--- a/backend/RTLgenspec.v
+++ b/backend/RTLgenspec.v
@@ -919,7 +919,8 @@ Inductive tr_function: CminorSel.function -> RTL.function -> Prop :=
rparams
f.(CminorSel.fn_stackspace)
code
- nentry).
+ nentry
+ (mkuntrustedanalysis None None)).
(** * Correctness proof of the translation functions *)