aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/ocaml/byterun/compact.c
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-03-28 22:51:41 +0100
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-03-28 22:51:41 +0100
commitb42d24cb2e1472da5859516511238a0771f137d8 (patch)
tree027266ff9d4471bb751b277372f630407d5a50c4 /test/monniaux/ocaml/byterun/compact.c
parent2a970d557d49e3fe71ecccc33fe8269b1b27c046 (diff)
downloadcompcert-kvx-b42d24cb2e1472da5859516511238a0771f137d8.tar.gz
compcert-kvx-b42d24cb2e1472da5859516511238a0771f137d8.zip
Makefile
Diffstat (limited to 'test/monniaux/ocaml/byterun/compact.c')
-rw-r--r--test/monniaux/ocaml/byterun/compact.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/monniaux/ocaml/byterun/compact.c b/test/monniaux/ocaml/byterun/compact.c
index 7b7188ab..83e7ed0a 100644
--- a/test/monniaux/ocaml/byterun/compact.c
+++ b/test/monniaux/ocaml/byterun/compact.c
@@ -32,6 +32,7 @@
extern uintnat caml_percent_free; /* major_gc.c */
extern void caml_shrink_heap (char *); /* memory.c */
+extern void caml_final_invert_finalisable_values (void);
/* Encoded headers: the color is stored in the 2 least significant bits.
(For pointer inversion, we need to distinguish headers from pointers.)