summaryrefslogtreecommitdiff
path: root/exportclight/Clightdefs.v
diff options
context:
space:
mode:
authorGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2014-02-23 15:03:00 +0000
committerGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2014-02-23 15:03:00 +0000
commitd520510710146fba42d5e545315a98363f121758 (patch)
tree2a41f0e430d746e9aed2ac66b03ea74ad9e4713a /exportclight/Clightdefs.v
parent11db3838a8cbfd09ecca368e87305054832a4719 (diff)
Update clightgen for CompCert 2.2.
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2417 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
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