aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/Machine.ml
diff options
context:
space:
mode:
Diffstat (limited to 'cparser/Machine.ml')
-rw-r--r--cparser/Machine.ml5
1 files changed, 5 insertions, 0 deletions
diff --git a/cparser/Machine.ml b/cparser/Machine.ml
index 4d1e7588..7d5a7f77 100644
--- a/cparser/Machine.ml
+++ b/cparser/Machine.ml
@@ -224,6 +224,11 @@ let rv64 =
struct_passing_style = SP_ref_callee; (* Wrong *)
struct_return_style = SR_ref } (* to check *)
+let mppa_k1c =
+ { ilp32ll64 with name = "k1c";
+ char_signed = true;
+ supports_unaligned_accesses = true }
+
(* Add GCC extensions re: sizeof and alignof *)
let gcc_extensions c =