summaryrefslogtreecommitdiff
path: root/exportclight/Clightdefs.v
diff options
context:
space:
mode:
Diffstat (limited to 'exportclight/Clightdefs.v')
-rw-r--r--exportclight/Clightdefs.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/exportclight/Clightdefs.v b/exportclight/Clightdefs.v
index 246e12c..28d0cc8 100644
--- a/exportclight/Clightdefs.v
+++ b/exportclight/Clightdefs.v
@@ -49,7 +49,7 @@ Definition tattr (a: attr) (ty: type) :=
| Tfloat sz _ => Tfloat sz a
| Tpointer elt _ => Tpointer elt a
| Tarray elt sz _ => Tarray elt sz a
- | Tfunction args res => Tfunction args res
+ | Tfunction args res cc => Tfunction args res cc
| Tstruct id fld _ => Tstruct id fld a
| Tunion id fld _ => Tunion id fld a
| Tcomp_ptr id _ => Tcomp_ptr id a