aboutsummaryrefslogtreecommitdiffstats
path: root/backend/JsonAST.ml
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-02-24 19:49:56 +0100
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-02-24 19:49:56 +0100
commit424df9761ae4f3c9ce91ba785aef111bedd9125a (patch)
treebf140016b5fcd6b5d1131b23c88e7c331b70d949 /backend/JsonAST.ml
parentf69ba5f0bb0ee5e2b08f57290bee9635dd13f33c (diff)
downloadcompcert-kvx-424df9761ae4f3c9ce91ba785aef111bedd9125a.tar.gz
compcert-kvx-424df9761ae4f3c9ce91ba785aef111bedd9125a.zip
fixes for aarch64 arm ppc ppc64
Diffstat (limited to 'backend/JsonAST.ml')
-rw-r--r--backend/JsonAST.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/JsonAST.ml b/backend/JsonAST.ml
index 8905e252..c73bf30d 100644
--- a/backend/JsonAST.ml
+++ b/backend/JsonAST.ml
@@ -31,7 +31,7 @@ let pp_section pp sec =
pp_jobject_end pp in
match sec with
| Section_text -> pp_simple "Text"
- | Section_data init -> pp_complex "Data" init
+ | Section_data(init, thread_local) -> pp_complex "Data" init (* FIXME *)
| Section_small_data init -> pp_complex "Small Data" init
| Section_const init -> pp_complex "Const" init
| Section_small_const init -> pp_complex "Small Const" init