aboutsummaryrefslogtreecommitdiffstats
path: root/exportclight/ExportClight.ml
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2016-03-06 10:36:55 +0100
committerXavier Leroy <xavier.leroy@inria.fr>2016-03-06 10:36:55 +0100
commit478ae4c3aeb1a31b0eec9ab7eb8fe20ec2671614 (patch)
treec9f38903308fcc58ec317f850642454393eea1f9 /exportclight/ExportClight.ml
parent862e6d00d0ee5d3a534ab111790d19823a73efa2 (diff)
downloadcompcert-kvx-478ae4c3aeb1a31b0eec9ab7eb8fe20ec2671614.tar.gz
compcert-kvx-478ae4c3aeb1a31b0eec9ab7eb8fe20ec2671614.zip
Misc updates following the introduction of the new linking framework
Diffstat (limited to 'exportclight/ExportClight.ml')
-rw-r--r--exportclight/ExportClight.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/exportclight/ExportClight.ml b/exportclight/ExportClight.ml
index 5d4ab88b..b5877f8b 100644
--- a/exportclight/ExportClight.ml
+++ b/exportclight/ExportClight.ml
@@ -237,6 +237,8 @@ let external_function p = function
fprintf p "@[<hov 2>(EF_external %a@ %a)@]" coqstring name signatur sg
| EF_builtin(name, sg) ->
fprintf p "@[<hov 2>(EF_builtin %a@ %a)@]" coqstring name signatur sg
+ | EF_runtime(name, sg) ->
+ fprintf p "@[<hov 2>(EF_runtime %a@ %a)@]" coqstring name signatur sg
| EF_vload chunk ->
fprintf p "(EF_vload %s)" (name_of_chunk chunk)
| EF_vstore chunk ->