aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/Machine.ml
diff options
context:
space:
mode:
authorCyril SIX <cyril.six@kalray.eu>2019-01-30 14:48:04 +0100
committerCyril SIX <cyril.six@kalray.eu>2019-01-30 14:48:31 +0100
commit916cdf939e6f76c2729f123c40c0a10bb63bcd60 (patch)
tree0c58d3c737b3cf69cb464c1a45a1f5c7258e341f /cparser/Machine.ml
parent472a0e032a7e51a23fdc7b7543480503b0421bcd (diff)
downloadcompcert-kvx-916cdf939e6f76c2729f123c40c0a10bb63bcd60.tar.gz
compcert-kvx-916cdf939e6f76c2729f123c40c0a10bb63bcd60.zip
long types are 8 bytes now
Diffstat (limited to 'cparser/Machine.ml')
-rw-r--r--cparser/Machine.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/cparser/Machine.ml b/cparser/Machine.ml
index 28c6f8a6..087e0308 100644
--- a/cparser/Machine.ml
+++ b/cparser/Machine.ml
@@ -239,6 +239,7 @@ let rv64 =
let mppa_k1c =
{ ilp32ll64 with sizeof_ptr = 8;
+ sizeof_long = 8;
name = "k1c";
char_signed = true;
supports_unaligned_accesses = true }