aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/Machine.ml
diff options
context:
space:
mode:
Diffstat (limited to 'cparser/Machine.ml')
-rw-r--r--cparser/Machine.ml3
1 files changed, 3 insertions, 0 deletions
diff --git a/cparser/Machine.ml b/cparser/Machine.ml
index 4f530fde..e1f9998f 100644
--- a/cparser/Machine.ml
+++ b/cparser/Machine.ml
@@ -187,6 +187,9 @@ let ppc_32_bigendian =
struct_return_as_int = 8;
struct_passing_style = SP_ref_caller }
+let ppc_32_bigendian_linux =
+ { ppc_32_bigendian with struct_return_as_int = 0 }
+
let arm_littleendian =
{ ilp32ll64 with name = "arm";
struct_return_as_int = 4;