aboutsummaryrefslogtreecommitdiffstats
path: root/cparser
diff options
context:
space:
mode:
Diffstat (limited to 'cparser')
-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 }