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 364ebf28..4df80125 100644
--- a/cparser/Machine.ml
+++ b/cparser/Machine.ml
@@ -180,6 +180,11 @@ let arm_bigendian =
{ arm_littleendian with bigendian = true;
bitfields_msb_first = true }
+let rv32 =
+ { ilp32ll64 with name = "rv32" }
+let rv64 =
+ { i32lpll64 with name = "rv64" }
+
(* Add GCC extensions re: sizeof and alignof *)
let gcc_extensions c =