aboutsummaryrefslogtreecommitdiffstats
path: root/backend/RTL.v
diff options
context:
space:
mode:
Diffstat (limited to 'backend/RTL.v')
-rw-r--r--backend/RTL.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/RTL.v b/backend/RTL.v
index 4a3f8e8c..8b46a7db 100644
--- a/backend/RTL.v
+++ b/backend/RTL.v
@@ -92,7 +92,7 @@ Record function: Set := mkfunction {
Definition fundef := AST.fundef function.
-Definition program := AST.program fundef.
+Definition program := AST.program fundef unit.
Definition funsig (fd: fundef) :=
match fd with